Fix improper loading order with saved games

This commit is contained in:
2020-01-02 00:28:52 -05:00
parent b6aee36a0c
commit 479cfb75f6
6 changed files with 66 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ enum eLighting {
class cScenario;
class cTown : public cArea { // formerly town_record_type
friend class cParty; // so the read/save functions can access item_taken directly
friend class cScenario; // so the read/save functions can access item_taken directly
protected:
cScenario* scenario;
public: