mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 11:33:47 +00:00
remove unused macros
This commit is contained in:
parent
2689fe38d9
commit
a2514fb8c1
1 changed files with 0 additions and 5 deletions
|
|
@ -26,11 +26,6 @@ typedef struct
|
|||
fpoint_t a, b;
|
||||
} fline_t;
|
||||
|
||||
// Used by ST StatusBar stuff.
|
||||
#define AM_MSGHEADER (('a'<<24)+('m'<<16))
|
||||
#define AM_MSGENTERED (AM_MSGHEADER | ('e'<<8))
|
||||
#define AM_MSGEXITED (AM_MSGHEADER | ('x'<<8))
|
||||
|
||||
extern boolean am_recalc; // true if screen size changes
|
||||
extern boolean automapactive; // In AutoMap mode?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue