diff options
author | enneract <trem.redman@gmail.com> | 2014-12-20 20:07:54 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-20 20:07:54 +0100 |
commit | 74be23bb4d9e5fe441ce25008281e4cfc387185e (patch) | |
tree | 5af9e0f2016f9cf81948224108934ea1ae4abbfe /src/game/g_admin.c | |
parent | f5c4bc00cf6307c14a6037a1f0a68259e4fe2ac8 (diff) |
Add logging of weapon settings at game init.
Also adds a few missing weapons and hardcodes Lightning Gun's settings.
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index c407788..a6f5f78 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) b +#define CSW(a,b,c) b #include "g_csw.h" #undef CSW }; |