Skip to content

Commit 0b3ae7b

Browse files
authored
add param
1 parent 79d8f8f commit 0b3ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8279,7 +8279,7 @@ class GameStatsManager : cocos2d::CCNode {
82798279
TodoReturn getSpecialChestKeyForItem(int, UnlockType);
82808280
TodoReturn getSpecialRewardDescription(gd::string, bool);
82818281
gd::string getSpecialUnlockDescription(int, UnlockType, bool) = win 0x1e6fb0, m1 0x6b4a4, imac 0x77bb0, ios 0x336794;
8282-
char const* getStarLevelKey(GJGameLevel*) = win inline, m1 0x60ce4, imac 0x6d1a0, ios 0x330a04 {
8282+
char const* getStarLevelKey(GJGameLevel* level) = win inline, m1 0x60ce4, imac 0x6d1a0, ios 0x330a04 {
82838283
int dailyID = level->m_dailyID.value();
82848284
if (dailyID > 0) return cocos2d::CCString::createWithFormat("dstar_%i",dailyID)->getCString();
82858285
int levelID = level->m_levelID.value();

0 commit comments

Comments
 (0)