fixed assertion failure

This commit is contained in:
Dave White 2004-05-14 02:48:28 +00:00
parent f91efb29de
commit 022d327172

View file

@ -125,8 +125,6 @@ void play_turn(game_data& gameinfo, game_state& state_of_game,
//send one more time to make sure network is up-to-date.
start_command = turn_data.send_data(start_command);
assert(start_command == recorder.ncommands());
}
turn_info::turn_info(game_data& gameinfo, game_state& state_of_game,