Skip to content

Commit 3b1101e

Browse files
committed
Fix safePopScene return type
1 parent 335ce95 commit 3b1101e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,7 @@ class GameManager : GManager {
75027502
TodoReturn rewardedVideoHidden();
75037503
TodoReturn rewardedVideoHiddenDelayed();
75047504
// partially inlined on windows
7505-
void safePopScene() = ios 0x31dab8, win 0x1873e0, m1 0x309298, imac 0x378d40;
7505+
bool safePopScene() = ios 0x31dab8, win 0x1873e0, m1 0x309298, imac 0x378d40;
75067506
TodoReturn saveAdTimer();
75077507
TodoReturn saveDPadLayout(int, bool);
75087508
void setGameVariable(char const*, bool) = ios 0x318f14, win 0x17fe90, imac 0x370550, m1 0x3018c0;

0 commit comments

Comments
 (0)