(getcommand): Remove unused variable i
This commit is contained in:
parent
2248c07024
commit
c0a43eb872
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ getcommand(char *combufp)
|
||||||
{
|
{
|
||||||
struct natstr *natp = getnatp(player->cnum);
|
struct natstr *natp = getnatp(player->cnum);
|
||||||
char buf[1024]; /* user text */
|
char buf[1024]; /* user text */
|
||||||
int i;
|
|
||||||
|
|
||||||
if (++player_commands_index >= KEEP_COMMANDS)
|
if (++player_commands_index >= KEEP_COMMANDS)
|
||||||
player_commands_index = 0;
|
player_commands_index = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue