Removed left over debug output.

This commit is contained in:
Fabian Müller 2012-02-23 21:47:45 +00:00
parent fe8ce4d3e2
commit ff243c7036

View file

@ -319,10 +319,10 @@ LEVEL_RESULT play_game(display& disp, game_state& gamestate, const config& game_
static config scenario2;
scenario2 = random_generate_scenario((*scenario)["scenario_generation"], scenario->child("generator"));
//TODO comment or remove
//level_ = scenario;
//merge carryover information into the newly generated scenario
config temp(scenario2);
ERR_GUI_D << scenario2.debug();
write_players(gamestate, temp, false, true);
gamestate.starting_pos = temp;
scenario = &scenario2;