mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:15:45 -04:00
Upgrade rcheevos to v10.1.0
This commit is contained in:

committed by
Connor McLaughlin

parent
9d26a85967
commit
d567f1e870
@ -888,7 +888,7 @@ static void GetLbInfoCallback(s32 status_code, const FrontendCommon::HTTPDownloa
|
||||
}
|
||||
|
||||
char score[128];
|
||||
rc_format_value(score, sizeof(score), entry["Score"].GetInt(), leaderboard->format);
|
||||
rc_runtime_format_lboard_value(score, sizeof(score), entry["Score"].GetInt(), leaderboard->format);
|
||||
|
||||
LeaderboardEntry lbe;
|
||||
lbe.user = entry["User"].GetString();
|
||||
|
Reference in New Issue
Block a user