diff options
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 33d4138..bd498c6 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -3024,7 +3024,7 @@ static const weaponAttributes_t bg_weapons[ ] = "level1", //char *weaponName; "Claws", //char *humanName; "", - 1, //int maxAmmo; + 0, //int maxAmmo; 0, //int maxClips; qtrue, //int infiniteAmmo; qfalse, //int usesEnergy; |