(acce): Remove unused variable 'n'.

This commit is contained in:
Ron Koenderink 2006-01-08 22:07:49 +00:00
parent e28c14f023
commit a9c98f6c9e

View file

@ -53,7 +53,6 @@ acce(void)
struct natstr *np; struct natstr *np;
natid cn; natid cn;
natid as; natid as;
int n;
if (player->argp[1] == 0) { if (player->argp[1] == 0) {
natp = getnatp(player->cnum); natp = getnatp(player->cnum);