(svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit

This commit is contained in:
celestar
2005-02-17 10:56:19 +00:00
parent 7678a937e4
commit fe6f9e9a65
6 changed files with 37 additions and 20 deletions

View File

@@ -190,7 +190,7 @@ static bool AiNew_Check_City_or_Industry(Player *p, int ic, byte type) {
if (type == AI_CITY) {
Town *t = GetTown(ic);
Station *st;
int count = 0;
uint count = 0;
int j = 0;
// We don't like roadconstructions, don't even true such a city