summaryrefslogtreecommitdiff
path: root/ai.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-08-11 21:48:27 +0000
committertruelight <truelight@openttd.org>2004-08-11 21:48:27 +0000
commit6679afc48a1bec985b6687dee105730b89682224 (patch)
tree04d7c5ab82129e04bf774c3c74652144180fc63c /ai.c
parent0806a1ef751ddc7da59b3fc0ba33a1e74b69b659 (diff)
downloadopenttd-6679afc48a1bec985b6687dee105730b89682224.tar.xz
(svn r22) Add: Competitors menu under patches
Fix: I forgot to delete a local var from ai.c
Diffstat (limited to 'ai.c')
-rw-r--r--ai.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ai.c b/ai.c
index 1ab2b6f40..70679deca 100644
--- a/ai.c
+++ b/ai.c
@@ -1490,8 +1490,6 @@ static void AiStateWantNewRoute(Player *p)
i = 200;
for(;;) {
- byte dis;
-
r = (uint16)Random();
if (r < 0x7626) {