Fix scenario editor build and update data/docs regarding shop nodes

This commit is contained in:
2015-02-03 13:53:03 -05:00
parent 5140f54a23
commit fcd29fb2ac
13 changed files with 45 additions and 115 deletions

View File

@@ -2518,6 +2518,7 @@ bool build_scenario() {
// TODO: This will probably change drastically once the new scenario format is implemented
make_new_scenario(filename,width,height,default_town,grass);
scenario.shops.push_back(cShop('heal'));
overall_mode = MODE_MAIN_SCREEN;