summaryrefslogtreecommitdiff
path: root/ai
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-12-02 19:21:38 +0000
committertruelight <truelight@openttd.org>2005-12-02 19:21:38 +0000
commit214ed794a1ae2099147383cba86febabd81d3868 (patch)
treed8166d84c5a472b91de66aad640fc155fd694946 /ai
parent7460ecd42a56c96277e7566cbe3750d890b2dded (diff)
downloadopenttd-214ed794a1ae2099147383cba86febabd81d3868.tar.xz
(svn r3253) -Add: add BuildRoad event for AIs
Diffstat (limited to 'ai')
-rw-r--r--ai/ai_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ai/ai_event.h b/ai/ai_event.h
index 1f49f338b..006f7b740 100644
--- a/ai/ai_event.h
+++ b/ai/ai_event.h
@@ -53,6 +53,8 @@ DEF_EVENTS int ottd_Event_VehicleEnterDepot INITIAL_SET; // (vehicle_index,
DEF_EVENTS int ottd_Event_RoadVehicleEnterDepot INITIAL_SET; // (vehicle_index, depot_tile)
DEF_EVENTS int ottd_Event_GiveOrder INITIAL_SET; // (vehicle_index)
+
+DEF_EVENTS int ottd_Event_BuildRoad INITIAL_SET; // (road_tile, road_pieces)
/* ----------------- End of list ------------------ */
#endif /* AI_EVENT */