summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-04-24 21:07:23 +0000
committerTim Angus <tim@ngus.net>2006-04-24 21:07:23 +0000
commit14686f71ad46b7a81c3b747b05dd5a96297ff92c (patch)
tree5690252aa90c1836e2e43344cae3660a8e12460b
parentf7b88a4ed5a8c9347d9e40e0aee22c5a7011f60e (diff)
* No really, I know C
-rw-r--r--src/game/g_local.h2
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 ];