summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-21 00:54:57 +0100
committerenneract <trem.redman@gmail.com>2014-12-21 00:54:57 +0100
commit89c52da526ea245d79184e373bcc259e9a6b0e9d (patch)
treebdf575a169c08956278b4bd81569f58b9acc4145 /src/game/g_admin.c
parent900d9f4dddc852d7b6dd7efdaddaa2b969abddf6 (diff)
Use MODs instead of CSWs in logs.
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index a6f5f78..c29d67e 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -4387,7 +4387,7 @@ qboolean G_admin_stats( gentity_t *ent )
qboolean header = qfalse;
const static char *cswNames[ ] =
{
-#define CSW(a,b,c) b
+#define CSW(a,b,c,d) c
#include "g_csw.h"
#undef CSW
};