forked from mirror/OpenTTD
(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate
This commit is contained in:
@@ -1953,7 +1953,7 @@ void InitializeTowns(void)
|
||||
|
||||
memset(_subsidies, 0, sizeof(_subsidies));
|
||||
for (s=_subsidies; s != endof(_subsidies); s++)
|
||||
s->cargo_type = 0xFF;
|
||||
s->cargo_type = CT_INVALID;
|
||||
|
||||
_cur_town_ctr = 0;
|
||||
_cur_town_iter = 0;
|
||||
|
Reference in New Issue
Block a user