summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 11:17:59 +0000
committertruelight <truelight@openttd.org>2004-12-13 11:17:59 +0000
commitf80094deb729fc889003a33420ad4b6bb09444e3 (patch)
tree84030d93a9644ce45726ffbc7b8805d77d3cfc7a /network.c
parentc0603e476872ce76838d81f46c2e75e6636d1e65 (diff)
downloadopenttd-f80094deb729fc889003a33420ad4b6bb09444e3.tar.xz
(svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)
Diffstat (limited to 'network.c')
-rw-r--r--network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.c b/network.c
index b9fef269d..ddab48f2c 100644
--- a/network.c
+++ b/network.c
@@ -61,7 +61,7 @@ void NetworkGetClientName(char *client_name, size_t size, ClientState *cs)
// This puts a text-message to the console, or in the future, the chat-box,
// (to keep it all a bit more general)
-void NetworkTextMessage(NetworkAction action, uint16 color, const char *name, const char *str, ...)
+void CDECL NetworkTextMessage(NetworkAction action, uint16 color, const char *name, const char *str, ...)
{
char buf[1024];
va_list va;