Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BevapDin committed Sep 23, 2019
1 parent 9ad7ab8 commit 1f06640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mission_companion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,6 @@ npc_ptr talk_function::companion_choose_return( const tripoint &omt_pos,
void talk_function::loot_building( const tripoint &site )
{
tinymap bay;
tripoint p;
bay.load( tripoint( site.x * 2, site.y * 2, site.z ), false );
for( const tripoint &p : bay.points_on_zlevel() ) {
const ter_id t = bay.ter( p );
Expand Down

0 comments on commit 1f06640

Please sign in to comment.