Skip to content

Commit

Permalink
remove unused variable continuance
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 1, 2014
1 parent a08efab commit 83acdf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gamestatus.cpp
Expand Up @@ -768,7 +768,6 @@ void game_state::write_snapshot(config& cfg, game_display* gui) const
{
log_scope("write_game");
if(gui != NULL){
cfg["snapshot"] = true;
cfg["playing_team"] = str_cast(gui->playing_team());

game_events::write_events(cfg);
Expand Down

0 comments on commit 83acdf2

Please sign in to comment.