Skip to content

Commit

Permalink
some broma stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 1, 2023
1 parent fedf96e commit 2a0c08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 2a0c08c

Please sign in to comment.