diff options
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 5d35e5fb..8c9c87f3 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -965,7 +965,7 @@ typedef struct mapRotationEntry_s { char name[ MAX_QPATH ]; - char postCmds[ MAX_QPATH ][ MAX_MAP_COMMANDS ]; + char postCmds[ MAX_MAP_COMMANDS ][ MAX_STRING_CHARS ]; int numCmds; mapRotationCondition_t conditions[ MAX_MAP_ROTATION_CONDS ]; |