From 2a0c08c5d1eb021d93c644ba45aed663a3423faa Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:44:37 +0300 Subject: [PATCH] some broma stuff --- bindings/GeometryDash.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index d1b6e9496..fb38211bd 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -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* m_commonLines; std::array* 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; }