From 22637f139fa73dc526982fdbe3ba79d8bfef438a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Mar 2012 16:54:12 +0000 Subject: (svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs --- src/script/api/script_log.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/script/api/script_log.hpp') diff --git a/src/script/api/script_log.hpp b/src/script/api/script_log.hpp index 589310694..a95e1ccbf 100644 --- a/src/script/api/script_log.hpp +++ b/src/script/api/script_log.hpp @@ -20,13 +20,13 @@ */ class ScriptLog : public ScriptObject { /* ScriptController needs access to Enum and Log, in order to keep the flow from - * OpenTTD core to NoAI API clear and simple. */ + * OpenTTD core to script API clear and simple. */ friend class ScriptController; public: /** * Log levels; The value is also feed to DEBUG() lvl. - * This has no use for you, as AI writer. + * This has no use for you, as script writer. * @api -all */ enum ScriptLogType { @@ -38,8 +38,8 @@ public: }; /** - * Internal representation of the log-data inside the AI. - * This has no use for you, as AI writer. + * Internal representation of the log-data inside the script. + * This has no use for you, as script writer. * @api -all */ struct LogData { -- cgit v1.2.3-70-g09d2