mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Macro safety
git-svn-id: https://svn.eduke32.com/eduke32@8545 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d0640618fd
commit
470e9afe22
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ extern int32_t g_mostConcurrentPlayers;
|
|||
#define NAM_GRENADE_LIFETIME 120
|
||||
#define NAM_GRENADE_LIFETIME_VAR 30
|
||||
|
||||
#define HORIZ_MIN -99
|
||||
#define HORIZ_MIN (-99)
|
||||
#define HORIZ_MAX 299
|
||||
#define AUTO_AIM_ANGLE 48
|
||||
#define PHEIGHT (38<<8)
|
||||
|
@ -52,7 +52,7 @@ extern int32_t g_mostConcurrentPlayers;
|
|||
#define PIPEBOMB_REMOTE 0x00000001
|
||||
#define PIPEBOMB_TIMER 0x00000002
|
||||
|
||||
#define WEAPON_POS_LOWER -9
|
||||
#define WEAPON_POS_LOWER (-9)
|
||||
#define WEAPON_POS_RAISE 10
|
||||
#define WEAPON_POS_START 6
|
||||
|
||||
|
|
Loading…
Reference in a new issue