mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 22:49:09 +00:00
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user