Fix scenario editor build

This commit is contained in:
2015-01-10 20:12:49 -05:00
parent 6b107f8273
commit bd0dc55995
5 changed files with 4 additions and 7 deletions

View File

@@ -3390,7 +3390,7 @@ bool save_check(std::string which_dlog) {
else if(choice == "cancel")
return false;
town->set_up_lights();
save_scenario();
save_scenario(scenario.scen_file);
return true;
}