forked from mirror/OpenTTD
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user