From 8310a463513375d2a31eab0795d923a0eed1c2b1 Mon Sep 17 00:00:00 2001 From: celestar Date: Wed, 29 Mar 2006 19:03:47 +0000 Subject: (svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ... --- ai/trolly/build.c | 1 + ai/trolly/pathfinder.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ai/trolly') diff --git a/ai/trolly/build.c b/ai/trolly/build.c index 2d0b25ec5..550f17ceb 100644 --- a/ai/trolly/build.c +++ b/ai/trolly/build.c @@ -12,6 +12,7 @@ #include "../../engine.h" #include "../../station.h" #include "../../variables.h" +#include "../../bridge.h" #include "../ai.h" // Build HQ diff --git a/ai/trolly/pathfinder.c b/ai/trolly/pathfinder.c index 25b3683ad..3fc6cb170 100644 --- a/ai/trolly/pathfinder.c +++ b/ai/trolly/pathfinder.c @@ -11,7 +11,7 @@ #include "trolly.h" #include "../../depot.h" #include "../../tunnel_map.h" -#include "../../variables.h" +#include "../../bridge.h" #include "../ai.h" #define TEST_STATION_NO_DIR 0xFF -- cgit v1.2.3-70-g09d2