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:
Chris Beck 2014-07-10 20:09:49 -04:00
parent 71d867a01f
commit 1cf2747d0d

View file

@ -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"];