(s_char): Remove. Use signed char for small integers, plain char for
characters.
This commit is contained in:
parent
0a3a73cf3d
commit
0c8c169f88
41 changed files with 86 additions and 100 deletions
|
@ -45,7 +45,7 @@ struct nukstr {
|
|||
coord nuk_x; /* current loc of device */
|
||||
coord nuk_y;
|
||||
/* end of part matching struct genitem */
|
||||
s_char nuk_n; /* number of nukes in list */
|
||||
signed char nuk_n; /* number of nukes in list */
|
||||
short nuk_ship; /* currently aboard ship (unused) */
|
||||
short nuk_trade; /* index into trade file (unused) */
|
||||
short nuk_types[N_MAXNUKE]; /* # of nukes in sector of given type */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue