mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 09:45:48 +00:00
duplicate the random_seed to the top level
This commit is contained in:
parent
b7c6920b78
commit
2501ee2161
@ -1222,6 +1222,7 @@ void game::save_replay() {
|
||||
<< "difficulty=\"NORMAL\"\n"
|
||||
<< "label=\"" << name.str() << "\"\n"
|
||||
<< "mp_game_title=\"" << name_ << "\"\n"
|
||||
<< "random_seed=\"" << level_["random_seed"] << "\"\n"
|
||||
<< "version=\"" << level_["version"] << "\"\n"
|
||||
<< "[replay]\n" << replay_commands << "[/replay]\n"
|
||||
<< "[replay_start]\n" << level_.output() << "[/replay_start]\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user