diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index 1ed2bdc1..30054a4c 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -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