fixup e7eb08d0cd
I'm not sure how the '=' became a comma, I could have sworn I typed '='. Also strange that it compiled, and that the commit appeared to help the bug...
This commit is contained in:
parent
71d867a01f
commit
1cf2747d0d
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ void loadgame::fill_mplevel_config(config& level){
|
|||
// is empty the starting position contains the wanted info.
|
||||
const config& start_data = !gamestate_.snapshot.empty() ? gamestate_.snapshot : gamestate_.replay_start();
|
||||
|
||||
level["map_data"], start_data["map_data"];
|
||||
level["map_data"] = start_data["map_data"];
|
||||
level["id"] = start_data["id"];
|
||||
level["name"] = start_data["name"];
|
||||
level["completion"] = start_data["completion"];
|
||||
|
|
Loading…
Add table
Reference in a new issue