rename m_unk2AC to m_activeEnterEffect

This commit is contained in:
ConfiG 2023-04-12 11:07:39 +03:00 committed by alk
parent 7f943962dd
commit 36248241ef

View file

@ -1891,7 +1891,7 @@ class GJBaseGameLayer : cocos2d::CCLayer, TriggerEffectDelegate {
cocos2d::CCDictionary* m_spawnedGroups;
bool m_didUpdateNormalCapacity;
bool m_isDualMode;
int m_unk2AC;
int m_activeEnterEffect;
bool m_activeDualTouch;
int m_attemptClickCount;
int m_lastVisibleSection;