mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Make naming a bit more foolproof for new macro
This commit is contained in:
parent
7666c2f54c
commit
0ed9c43453
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