Make struct sctstr member sct_effic signed

To bring it in line with unit efficiency.
This commit is contained in:
Markus Armbruster 2009-12-31 11:36:59 +01:00
parent 76575df96b
commit ca2dba33f0
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ struct sctstr {
coord sct_y; /* y coord of sector */
signed char sct_type; /* sector type */
/* end of part matching struct empobj */
unsigned char sct_effic; /* 0% to 100% */
signed char sct_effic; /* 0% to 100% */
short sct_mobil; /* mobility units */
unsigned char sct_loyal; /* updates until civilans "converted" */
unsigned char sct_terr; /* territory 0 id # of sector */