mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
rename m_unk2AC to m_activeEnterEffect
This commit is contained in:
parent
7f943962dd
commit
36248241ef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue