Add WML variables to MP SOS saves.
This commit is contained in:
parent
43ef193f29
commit
3a4928f231
1 changed files with 2 additions and 0 deletions
|
@ -746,6 +746,8 @@ void loadgame::fill_mplevel_config(config& level){
|
|||
c.merge_with(start_data);
|
||||
} else {
|
||||
level.add_child("replay_start") = start_data;
|
||||
level.child("replay_start").add_child("variables") =
|
||||
gamestate_.carryover_sides_start.child("variables");
|
||||
|
||||
BOOST_FOREACH(const config& start_side_cfg,
|
||||
gamestate_.carryover_sides_start.child_range("side")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue