mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
IOQ3 commit 2067
This commit is contained in:
parent
26e0cd341d
commit
e3585ba879
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ typedef int clipHandle_t;
|
|||
#define MIN_QINT (-MAX_QINT-1)
|
||||
|
||||
#define ARRAY_LEN(x) (sizeof(x) / sizeof(*(x)))
|
||||
#define STR_LEN(x) (ARRAY_LEN(x) - 1)
|
||||
#define STRARRAY_LEN(x) (ARRAY_LEN(x) - 1)
|
||||
|
||||
// angle indexes
|
||||
#define PITCH 0 // up / down
|
||||
|
|
Loading…
Reference in a new issue