From fe6f9e9a658be8198b3ee149d8f50c6e2900111d Mon Sep 17 00:00:00 2001 From: celestar Date: Thu, 17 Feb 2005 10:56:19 +0000 Subject: (svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit --- ai_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai_new.c') diff --git a/ai_new.c b/ai_new.c index 3d28f7f9b..f1d43742f 100644 --- a/ai_new.c +++ b/ai_new.c @@ -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 -- cgit v1.2.3-54-g00ecf