summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-18 12:10:46 +0000
committertron <tron@openttd.org>2005-12-18 12:10:46 +0000
commitb06b3e2ca2789867580a5227ec346cd69a84eb53 (patch)
treea0ac2ff6091f2ec7e9b8c392fc45fc93c8b6b85f /station_cmd.c
parent2956b119b26c78df4973cf077e288501baeaf649 (diff)
downloadopenttd-b06b3e2ca2789867580a5227ec346cd69a84eb53.tar.xz
(svn r3313) Remove GPMI related changes from trunk
Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 4f81a2272..0f47c2d35 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -27,7 +27,6 @@
#include "depot.h"
#include "pbs.h"
#include "train.h"
-#include "ai/ai_event.h"
enum {
/* Max stations: 64000 (64 * 1000) */
@@ -1464,9 +1463,6 @@ int32 CmdBuildRoadStop(int x, int y, uint32 flags, uint32 p1, uint32 p2)
UpdateStationVirtCoordDirty(st);
UpdateStationAcceptance(st, false);
InvalidateWindow(WC_STATION_LIST, st->owner);
-
- ai_event(_current_player, ttai_Event_BuildStation, st->index, tile);
- ai_event(_current_player, ttai_Event_BuildRoadStation, st->index, tile);
}
return cost;
}