summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-06 21:27:26 +0000
committerdarkvater <darkvater@openttd.org>2004-09-06 21:27:26 +0000
commitbb75f30a7944726f0855e0a9b1e8f2d7a2ead343 (patch)
tree66f087ea3bf4469a6fbb3d8fc8ac817ced60fbcc /console.h
parent78b64ed1925c99ecc4fe26ffb4969b7001e7e095 (diff)
downloadopenttd-bb75f30a7944726f0855e0a9b1e8f2d7a2ead343.tar.xz
(svn r170) -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes some variable initialization errors and a console.h warning (sign_de)
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 6b6e87eab..11fc70bdb 100644
--- a/console.h
+++ b/console.h
@@ -65,7 +65,7 @@ void IConsoleCmdBufferNavigate(signed char direction);
// ** console output ** //
void IConsolePrint(byte color_code, byte* string);
-void IConsolePrintF(byte color_code, const char *s, ...);
+void CDECL IConsolePrintF(byte color_code, const char *s, ...);
void IConsoleDebug(byte* string);
void IConsoleError(byte* string);