remove unused variable continuance

This commit is contained in:
gfgtdf 2014-06-01 20:58:35 +02:00
parent a08efab4c0
commit 83acdf2870

View File

@ -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);