diff options
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 2c294919..f504957e 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -4084,7 +4084,6 @@ void BG_PlayerStateToEntityStateExtraPolate( playerState_t *ps, entityState_t *s s->generic1 = ps->generic1; } - //TA: extract the ammo quantity from the array void BG_unpackAmmoArray( int weapon, int ammo[ ], int ammo2[ ], int *quan, int *clips, int *maxclips ) { |