summaryrefslogtreecommitdiff
path: root/ai_new.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-02-17 10:56:19 +0000
committercelestar <celestar@openttd.org>2005-02-17 10:56:19 +0000
commitfe6f9e9a658be8198b3ee149d8f50c6e2900111d (patch)
treec51545fe02021db0bfb157ca313142d0813a3bdb /ai_new.c
parent7678a937e4356b4b3b25290edd364877068db77e (diff)
downloadopenttd-fe6f9e9a658be8198b3ee149d8f50c6e2900111d.tar.xz
(svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit
Diffstat (limited to 'ai_new.c')
-rw-r--r--ai_new.c2
1 files changed, 1 insertions, 1 deletions
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