1
0
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:
truelight
2005-12-14 15:54:23 +00:00
parent f94da63a8d
commit 531073bea0
6 changed files with 33 additions and 33 deletions

View File

@@ -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;