Skip to content

Commit

Permalink
Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Nov 6, 2018
1 parent e4e61ad commit a6ca09a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mission.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,10 @@ bool mission::is_complete( const int _npc_id ) const

case MGOAL_COMPUTER_TOGGLE:
return step >= 1;

default:
return false;
}
return false;
}

bool mission::has_deadline() const
Expand Down

0 comments on commit a6ca09a

Please sign in to comment.