Narrow struct sctstr member sct_mobil to char
To bring it in line with unit mobility.
This commit is contained in:
parent
ca2dba33f0
commit
aa659c7754
4 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ struct sctstr {
|
|||
signed char sct_type; /* sector type */
|
||||
/* end of part matching struct empobj */
|
||||
signed char sct_effic; /* 0% to 100% */
|
||||
short sct_mobil; /* mobility units */
|
||||
signed char sct_mobil; /* mobility units */
|
||||
unsigned char sct_loyal; /* updates until civilans "converted" */
|
||||
unsigned char sct_terr; /* territory 0 id # of sector */
|
||||
unsigned char sct_terr1; /* territory 1 id # of sector */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue