Skip to content

Commit

Permalink
only add multiplayer info for sp campaign saves
Browse files Browse the repository at this point in the history
  • Loading branch information
Rift-Walker committed Aug 18, 2014
1 parent 30482f8 commit 468ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/savegame.cpp
Expand Up @@ -798,7 +798,7 @@ static void convert_old_saves_1_13_0(config& cfg)
}
}

if(!cfg.has_child("multiplayer")) {
if(!cfg.has_child("multiplayer") && cfg["campaign_type"] == "scenario") {
saved_game tmp(cfg);
ng::configure_engine eng(tmp);
eng.set_default_values();
Expand Down

0 comments on commit 468ccbb

Please sign in to comment.