add variable

This commit is contained in:
camila314 2022-12-20 11:46:58 -06:00
parent e57e408a1b
commit 5fca9d3cb8

View file

@ -4821,7 +4821,7 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
cocos2d::CCLayer* m_unk65C;
bool m_isSliding;
bool m_isRising;
bool m_unk662;
bool m_isLocked;
cocos2d::CCPoint m_lastGroundedPos;
cocos2d::CCArray* m_touchingRings;
GameObject* m_lastActivatedPortal;