summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index fcfebecf..5b802f4d 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1950,7 +1950,7 @@ Cmd_Buy_f
void Cmd_Buy_f( gentity_t *ent )
{
char s[ MAX_TOKEN_CHARS ];
- int i, weapon, upgrade, maxAmmo, maxClips;
+ int weapon, upgrade, maxAmmo, maxClips;
qboolean energyOnly;
trap_Argv( 1, s, sizeof( s ) );