removed obsolete assertion

This commit is contained in:
Eugen Jiresch 2009-07-26 22:12:49 +00:00
parent 9b727104c2
commit a80cc9ac75

View file

@ -571,7 +571,6 @@ LEVEL_RESULT play_game(display& disp, game_state& gamestate, const config& game_
if (gamestate.classification().campaign_type != "multiplayer"){
gamestate.starting_pos = *scenario;
assert (!gamestate.snapshot.empty());
write_players(gamestate, gamestate.starting_pos, true, true);
}
}