diff options
author | orudge <orudge@openttd.org> | 2006-03-31 16:01:59 +0000 |
---|---|---|
committer | orudge <orudge@openttd.org> | 2006-03-31 16:01:59 +0000 |
commit | 0fe27c16afbb048dd3e8890293f4d1d44d4b556c (patch) | |
tree | 82b4d9cb3e5863fcd4bd59d6e381b9bb5f7759c3 /ai | |
parent | fa467d2f58e23d3293810bdc7151fa69e9cd00f4 (diff) | |
download | openttd-0fe27c16afbb048dd3e8890293f4d1d44d4b556c.tar.xz |
(svn r4204) - Get trunk compiling again on OS/2
Diffstat (limited to 'ai')
-rw-r--r-- | ai/trolly/pathfinder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/trolly/pathfinder.c b/ai/trolly/pathfinder.c index 3fc6cb170..241744afd 100644 --- a/ai/trolly/pathfinder.c +++ b/ai/trolly/pathfinder.c @@ -368,7 +368,7 @@ static void AyStar_AiPathFinder_GetNeighbours(AyStar *aystar, OpenListNode *curr } -extern uint GetRailFoundation(uint tileh, uint bits); +extern uint GetRailFoundation(uint tileh, TrackBits bits); extern uint GetRoadFoundation(uint tileh, uint bits); extern uint GetBridgeFoundation(uint tileh, Axis); // XXX function declaration in .c enum { |