summaryrefslogtreecommitdiff
path: root/order_cmd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-12-14 15:54:23 +0000
committertruelight <truelight@openttd.org>2005-12-14 15:54:23 +0000
commit6ca528ec82cc26175657d35c53f9ca16e73f92cf (patch)
tree9c70f6e80706def809d03cffd8aafe58ca6444d9 /order_cmd.c
parent607e518ab80aa3a8a29c4e7d94a93a1817615ee5 (diff)
downloadopenttd-6ca528ec82cc26175657d35c53f9ca16e73f92cf.tar.xz
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
Diffstat (limited to 'order_cmd.c')
-rw-r--r--order_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/order_cmd.c b/order_cmd.c
index ae32c4184..59f4c436e 100644
--- a/order_cmd.c
+++ b/order_cmd.c
@@ -395,7 +395,7 @@ int32 CmdInsertOrder(int x, int y, uint32 flags, uint32 p1, uint32 p2)
/* Make sure to rebuild the whole list */
RebuildVehicleLists();
- ai_event(_current_player, ottd_Event_GiveOrder, v->index);
+ ai_event(_current_player, ttai_Event_GiveOrder, v->index);
}
return 0;