1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 21:58:13 +00:00

cleanup of LB_ constants

This commit is contained in:
Zeno Rogue 2024-05-08 21:28:58 +02:00
parent 5eb7cfc17a
commit 0a9714e657
2 changed files with 6 additions and 9 deletions

View File

@ -10,7 +10,9 @@
#include "hyper.h" #include "hyper.h"
namespace hr { namespace hr {
#if HDR
#define NUMLEADER 90 #define NUMLEADER 90
#endif
EX bool test_achievements = false; EX bool test_achievements = false;
@ -90,6 +92,10 @@ EX const char* leadernames[NUMLEADER] = {
#define LB_PRINCESS 36 #define LB_PRINCESS 36
#define LB_STATISTICS 62 #define LB_STATISTICS 62
#define LB_HALLOWEEN 63 #define LB_HALLOWEEN 63
#define LB_YENDOR_CHALLENGE 40
#define LB_PURE_TACTICS 41
#define LB_PURE_TACTICS_SHMUP 49
#define LB_PURE_TACTICS_COOP 50
#define LB_RACING 81 #define LB_RACING 81
#endif #endif

View File

@ -221,15 +221,6 @@ void addMessage(string s, char spamtype = 0);
#define NUMWITCH 7 #define NUMWITCH 7
// achievements
#define LB_YENDOR_CHALLENGE 40
#define LB_PURE_TACTICS 41
#define NUMLEADER 90
#define LB_PURE_TACTICS_SHMUP 49
#define LB_PURE_TACTICS_COOP 50
#define LB_RACING 81
#if ISMOBILE || ISWEB || ISPANDORA || 1 #if ISMOBILE || ISWEB || ISPANDORA || 1
typedef double ld; typedef double ld;
#define LDF "%lf" #define LDF "%lf"