Fix a few more miscellaneous compiler warnings.

This commit is contained in:
John "Elwin" Edwards 2021-05-01 09:51:30 -04:00
parent ca9e48d5f6
commit d1422feb80
11 changed files with 6 additions and 16 deletions

View file

@ -420,6 +420,7 @@ score(unsigned long amount, int flags, short monst)
(flags == WINNER) ? (short) max_level : (short) level,
monst, player.t_ctype, thissys, login)
) {
#ifdef NETCOMMAND
/* Send this update to the other systems in the network */
int i, j;
char cmd[256]; /* Command for remote execution */
@ -472,6 +473,7 @@ score(unsigned long amount, int flags, short monst)
(void) pclose(rmf);
}
}
#endif
}
}
}