From 531073bea0becfb8c68b4cb341efc42815f539ed Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 14 Dec 2005 15:54:23 +0000 Subject: (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ --- station_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index c7357863a..4f81a2272 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1465,8 +1465,8 @@ int32 CmdBuildRoadStop(int x, int y, uint32 flags, uint32 p1, uint32 p2) UpdateStationAcceptance(st, false); InvalidateWindow(WC_STATION_LIST, st->owner); - ai_event(_current_player, ottd_Event_BuildStation, st->index, tile); - ai_event(_current_player, ottd_Event_BuildRoadStation, st->index, tile); + ai_event(_current_player, ttai_Event_BuildStation, st->index, tile); + ai_event(_current_player, ttai_Event_BuildRoadStation, st->index, tile); } return cost; } -- cgit v1.2.3-54-g00ecf