diff options
author | Michael Levin <risujin@fastmail.fm> | 2009-10-03 11:30:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:04 +0000 |
commit | 3f5d97fcb66cc5cbedd094f6a80d95149e00c3b4 (patch) | |
tree | 048de5b6e09fddb61ec03c223b99a16c5ba28d10 /src/game/g_cmds.c | |
parent | 0055d02a82d1ca26f46d7ccdffbe78e4ad7bea9f (diff) |
Quashed a pair of warnings.
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 2 |
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 ) ); |