Skip to content

Commit

Permalink
fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 16, 2014
1 parent 9fb2fe9 commit ac262a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/replay.cpp
Expand Up @@ -1140,7 +1140,6 @@ config mp_sync::get_user_choice(const std::string &name, const mp_sync::user_cho
const bool is_synced = synced_context::get_synced_state() == synced_context::SYNCED;
const bool is_mp_game = network::nconnections() != 0;//Only used in debugging output below
const int max_side = static_cast<int>(resources::teams->size());
const int current_side = resources::controller->current_side();
bool is_side_null_controlled;

if(!is_synced)
Expand Down

0 comments on commit ac262a1

Please sign in to comment.