summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-29 23:21:42 +0000
committertruebrain <truebrain@openttd.org>2011-11-29 23:21:42 +0000
commitae8540f5e080adebca3e54c69aa7cd85a87e550b (patch)
tree31e3724978141eedb9841f1028c18c02edc23733 /src/command_func.h
parent3da8b5097a4643d531182173df36ca4d3b45a4e2 (diff)
downloadopenttd-ae8540f5e080adebca3e54c69aa7cd85a87e550b.tar.xz
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own
Diffstat (limited to 'src/command_func.h')
-rw-r--r--src/command_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_func.h b/src/command_func.h
index ef7971a0b..a4304de0d 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -70,7 +70,7 @@ static inline DoCommandFlag CommandFlagsToDCFlags(CommandFlags cmd_flags)
/*** All command callbacks that exist ***/
-/* ai/ai_core.cpp */
+/* ai/ai_instance.cpp */
CommandCallback CcAI;
/* airport_gui.cpp */