summaryrefslogtreecommitdiff
path: root/ai/trolly/trolly.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-05-21 15:19:20 +0000
committertron <tron@openttd.org>2006-05-21 15:19:20 +0000
commit5783d57ec0ae8b5f40daf23da6bd6ebdd906f979 (patch)
treee8124e215ccb46c29268d2aba3b8aa1d39c3c777 /ai/trolly/trolly.h
parent3282efda88bd42c3536dc73c048f2a484e017ae1 (diff)
downloadopenttd-5783d57ec0ae8b5f40daf23da6bd6ebdd906f979.tar.xz
(svn r4941) Replace some ints and magic numbers by proper types and enums
Diffstat (limited to 'ai/trolly/trolly.h')
-rw-r--r--ai/trolly/trolly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/trolly/trolly.h b/ai/trolly/trolly.h
index 8100aacff..3e364a2b5 100644
--- a/ai/trolly/trolly.h
+++ b/ai/trolly/trolly.h
@@ -254,7 +254,7 @@ bool AiNew_Build_CompanyHQ(Player *p, TileIndex tile);
int AiNew_Build_Station(Player *p, byte type, TileIndex tile, byte length, byte numtracks, byte direction, byte flag);
int AiNew_Build_Bridge(Player *p, TileIndex tile_a, TileIndex tile_b, byte flag);
int AiNew_Build_RoutePart(Player *p, Ai_PathFinderInfo *PathFinderInfo, byte flag);
-int AiNew_PickVehicle(Player *p);
+EngineID AiNew_PickVehicle(Player *p);
int AiNew_Build_Vehicle(Player *p, TileIndex tile, byte flag);
int AiNew_Build_Depot(Player* p, TileIndex tile, DiagDirection direction, byte flag);