fix PlayerObject sprite members

This commit is contained in:
matcool 2023-11-02 09:05:02 -03:00
parent 12231b223c
commit 945c882690

View file

@ -5109,7 +5109,6 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
bool m_isHidden;
int m_hasGhostTrail;
GhostTrailEffect* m_ghostTrail;
cocos2d::CCSprite* m_unknownSprite;
cocos2d::CCSprite* m_iconSprite;
cocos2d::CCSprite* m_iconSpriteSecondary;
cocos2d::CCSprite* m_iconSpriteWhitener;
@ -5119,6 +5118,7 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
cocos2d::CCSprite* m_unk500;
cocos2d::CCSprite* m_vehicleSpriteWhitener;
cocos2d::CCSprite* m_vehicleGlow;
cocos2d::CCSprite* m_unk50C;
cocos2d::CCMotionStreak* m_regularTrail;
HardStreak* m_waveTrail;
double m_xVelocity;