(s_char): Remove. Use signed char for small integers, plain char for

characters.
This commit is contained in:
Markus Armbruster 2006-04-29 16:25:17 +00:00
parent 0a3a73cf3d
commit 0c8c169f88
41 changed files with 86 additions and 100 deletions

View file

@ -257,7 +257,7 @@ prod_plane(int etus, int natnum, int *bp, int buildem)
air_money[pp->pln_own] += np->nat_money - start_money;
if (!player->simulation)
pp->pln_effic += (s_char)build;
pp->pln_effic += (signed char)build;
else
np->nat_money = start_money;
k++;