fixup 'fix carryover in with scenario generation in mp'

I am not wure whether this is needed, but it is better to do so.
This commit is contained in:
gfgtdf 2015-04-08 22:34:25 +02:00
parent 408e6f300f
commit b8a55aa15b

View file

@ -564,6 +564,7 @@ LEVEL_RESULT play_game(game_display& disp, game_state& gamestate,
generate_map(scenario);
}
starting_pos = *scenario;
scenario = &starting_pos;
// A hash have to be generated using an unmodified
// scenario data.
params.hash = scenario->hash();