mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
some broma stuff
This commit is contained in:
parent
fedf96edd9
commit
2a0c08c5d1
1 changed files with 2 additions and 2 deletions
|
@ -1212,7 +1212,7 @@ class DrawGridLayer : cocos2d::CCLayer {
|
|||
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, 200>* m_yellowGuidelines;
|
||||
|
@ -4358,7 +4358,7 @@ class LevelSettingsObject : cocos2d::CCNode {
|
|||
bool m_isFlipped;
|
||||
GJGameLevel* m_level;
|
||||
gd::string m_guidelineString;
|
||||
int m_unknown;
|
||||
int m_defaultSongID;
|
||||
int m_colorPage;
|
||||
int m_groundLineIndex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue