summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'console.h')
-rw-r--r--console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.h b/console.h
index 0c74a14bd..ef8063bc8 100644
--- a/console.h
+++ b/console.h
@@ -126,7 +126,7 @@ void IConsoleOpen(void);
/* console output */
void IConsolePrint(uint16 color_code, const char *string);
void CDECL IConsolePrintF(uint16 color_code, const char *s, ...);
-void IConsoleDebug(const char *string);
+void IConsoleDebug(const char *dbg, const char *string);
void IConsoleWarning(const char *string);
void IConsoleError(const char *string);