some broma stuff

This commit is contained in:
altalk23 2023-10-01 20:44:37 +03:00
parent fedf96edd9
commit 2a0c08c5d1

View file

@ -1212,7 +1212,7 @@ class DrawGridLayer : cocos2d::CCLayer {
m_player2NodePoints->removeAllObjects(); m_player2NodePoints->removeAllObjects();
} }
void loadTimeMarkers(gd::string guidelines) = mac 0x94010; void loadTimeMarkers(gd::string guidelines) = mac 0x94010, win 0x16cab0;
std::array<cocos2d::CCPoint, 400>* m_commonLines; std::array<cocos2d::CCPoint, 400>* m_commonLines;
std::array<cocos2d::CCPoint, 200>* m_yellowGuidelines; std::array<cocos2d::CCPoint, 200>* m_yellowGuidelines;
@ -4358,7 +4358,7 @@ class LevelSettingsObject : cocos2d::CCNode {
bool m_isFlipped; bool m_isFlipped;
GJGameLevel* m_level; GJGameLevel* m_level;
gd::string m_guidelineString; gd::string m_guidelineString;
int m_unknown; int m_defaultSongID;
int m_colorPage; int m_colorPage;
int m_groundLineIndex; int m_groundLineIndex;
} }