remove outdated code

this check was introduced in b1c76bcb5b8dabf8fe5044698760114e6360d4ea (2003) when this codepath also handled replays.
This commit is contained in:
gfgtdf 2014-05-30 19:16:42 +02:00
parent aa9c6b5feb
commit 2999dab6e4

View File

@ -391,7 +391,7 @@ LEVEL_RESULT play_game(game_display& disp, game_state& gamestate,
// Do we have any snapshot data?
// yes => this must be a savegame
// no => we are starting a fresh scenario
if (!gamestate.snapshot.child("side") || !recorder.at_end())
if (!gamestate.snapshot.child("side"))
{
gamestate.classification().completion = "running";
// Campaign or Multiplayer?