1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +01:00

(svn r20022) -Doc: Add some doxygen comments.

This commit is contained in:
alberth
2010-06-26 15:22:10 +00:00
parent ef17c6042f
commit 212dbbf4d8
5 changed files with 13 additions and 9 deletions

View File

@@ -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[])