Fixed savegames of (begining of) tutorial not loading.

This commit is contained in:
Cédric Duval 2004-10-07 21:00:31 +00:00
parent 488971f1b2
commit 31e2563b4e

View file

@ -842,7 +842,9 @@ bool game_controller::load_game()
}
}
if(state_.campaign_type == "multiplayer") {
if(state_.campaign_type == "tutorial") {
defines_map_["TUTORIAL"] = preproc_define();
} else if(state_.campaign_type == "multiplayer") {
//make all network players local
for(config::child_itors sides = state_.snapshot.child_range("side");
sides.first != sides.second; ++sides.first) {