Remove instance from dungeon flag mgr TU

This commit is contained in:
robojumper
2024-05-03 09:58:23 +02:00
parent 4353833983
commit b8b65fdf33
4 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -21,7 +21,7 @@ public:
FlagSpace mFlagSpace;
static u16 sDungeonFlags[8];
static DungeonflagManager *sInstance;
// static DungeonflagManager *sInstance;
void copyFromSave(s16 flag);
void copyFromSave(u16 flagIndex);
@@ -41,7 +41,8 @@ public:
};
/** 80575404 */
DungeonflagManager *DungeonflagManager::sInstance = nullptr;
// DungeonflagManager *DungeonflagManager::sInstance = nullptr;
/** 805a9c58 */
u16 DungeonflagManager::sDungeonFlags[8] = {};