summaryrefslogtreecommitdiff
path: root/src/console_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_func.h')
-rw-r--r--src/console_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_func.h b/src/console_func.h
index 1dad477b8..6d634a455 100644
--- a/src/console_func.h
+++ b/src/console_func.h
@@ -28,7 +28,7 @@ void IConsoleWarning(const char *string);
void IConsoleError(const char *string);
/* Parser */
-void IConsoleCmdExec(const char *cmdstr);
+void IConsoleCmdExec(const char *cmdstr, const uint recurse_count = 0);
bool IsValidConsoleColour(TextColour c);