fixed bug where loading saved games from tutorial didn't work
This commit is contained in:
parent
07810a478b
commit
b6d49a2d81
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue