fixed bug where loading saved games from tutorial didn't work

This commit is contained in:
Dave White 2005-06-04 04:05:42 +00:00
parent 07810a478b
commit b6d49a2d81

View file

@ -708,6 +708,7 @@ void game_controller::set_tutorial()
state_ = game_state();
state_.campaign_type = "tutorial";
state_.scenario = "tutorial";
state_.campaign_define = "TUTORIAL";
defines_map_.clear();
defines_map_["TUTORIAL"] = preproc_define();
}