summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-06-26 15:22:10 +0000
committeralberth <alberth@openttd.org>2010-06-26 15:22:10 +0000
commit212dbbf4d8d8f397b8392947471cfb916d470564 (patch)
treedd28ae0a82943998bfc316bf6c2b504c355cca6a /src/console_cmds.cpp
parentef17c6042f2a78414dea5853cfccf99256ddbbb5 (diff)
downloadopenttd-212dbbf4d8d8f397b8392947471cfb916d470564.tar.xz
(svn r20022) -Doc: Add some doxygen comments.
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index fff0788aa..dfe05bdbd 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -42,7 +42,7 @@
#endif /* ENABLE_NETWORK */
/* scriptfile handling */
-static bool _script_running;
+static bool _script_running; ///< Script is running (used to abort execution when #ConReturn is encountered).
/* console command defines */
#define DEF_CONSOLE_CMD(function) static bool function(byte argc, char *argv[])