mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-19 11:44:48 +00:00
cleanup of LB_ constants
This commit is contained in:
parent
5eb7cfc17a
commit
0a9714e657
@ -10,7 +10,9 @@
|
||||
#include "hyper.h"
|
||||
namespace hr {
|
||||
|
||||
#if HDR
|
||||
#define NUMLEADER 90
|
||||
#endif
|
||||
|
||||
EX bool test_achievements = false;
|
||||
|
||||
@ -90,6 +92,10 @@ EX const char* leadernames[NUMLEADER] = {
|
||||
#define LB_PRINCESS 36
|
||||
#define LB_STATISTICS 62
|
||||
#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
|
||||
#endif
|
||||
|
||||
|
9
hyper.h
9
hyper.h
@ -221,15 +221,6 @@ void addMessage(string s, char spamtype = 0);
|
||||
|
||||
#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
|
||||
typedef double ld;
|
||||
#define LDF "%lf"
|
||||
|
Loading…
Reference in New Issue
Block a user