mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 11:57:58 +00:00
LB_PRINCESS instead of magic value 36
This commit is contained in:
@@ -86,9 +86,12 @@ EX const char* leadernames[NUMLEADER] = {
|
||||
"Crossbow (geometric)", // 89
|
||||
};
|
||||
|
||||
#if HDR
|
||||
#define LB_PRINCESS 36
|
||||
#define LB_STATISTICS 62
|
||||
#define LB_HALLOWEEN 63
|
||||
#define LB_HALLOWEEN 63
|
||||
#define LB_RACING 81
|
||||
#endif
|
||||
|
||||
EX bool haveLeaderboard(int id);
|
||||
EX int get_currentscore(int id);
|
||||
|
Reference in New Issue
Block a user