Use short' instead of unsigned short' for item storage in places

that were missed in the original changeset.
This commit is contained in:
Markus Armbruster 2004-03-06 07:16:45 +00:00
parent f427b30f74
commit 735adbf41b
3 changed files with 3 additions and 3 deletions

View file

@ -996,7 +996,7 @@ use_ammo(struct emp_qelem *list)
struct lndstr land;
struct sctstr sect;
int shell;
u_short *item;
short *item;
double mobcost;
struct mchrstr *mcp;