More scenario record read tests

This commit is contained in:
2015-09-02 19:59:54 -04:00
parent 8f4d5453cd
commit d3b0b26deb
17 changed files with 790 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ public:
std::vector<cTerrain> ter_types;
std::array<cTimer,20> scenario_timers;
std::vector<cSpecial> scen_specials;
cItemStorage storage_shortcuts[10];
std::array<cItemStorage,10> storage_shortcuts;
// These two \/ are populated at load time and then never used again
location last_out_edited;
short last_town_edited;