Use short' instead of
unsigned short' for item storage in places
that were missed in the original changeset.
This commit is contained in:
parent
f427b30f74
commit
735adbf41b
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue