summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-07 19:34:55 +0000
committerdarkvater <darkvater@openttd.org>2004-09-07 19:34:55 +0000
commit3a241b5ccec2b5f5eb803efbd32f55a5d1de5d97 (patch)
treefb71b493be30cef91bba060419f951a7a3941f2f /functions.h
parentbf9c8068be695e95662a541eb76465d60af6c976 (diff)
downloadopenttd-3a241b5ccec2b5f5eb803efbd32f55a5d1de5d97.tar.xz
(svn r176) -Fix: network_gui const and warnings fixes (Tron)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index faf450e2c..c898e2b7a 100644
--- a/functions.h
+++ b/functions.h
@@ -137,7 +137,7 @@ void NetworkCoreInit();
void NetworkCoreShutdown();
void NetworkCoreDisconnect();
void NetworkCoreLoop(bool incomming);
-bool NetworkCoreConnectGame(byte* b, unsigned short port);
+bool NetworkCoreConnectGame(const byte* b, unsigned short port);
bool NetworkCoreStartGame();
void NetworkLobbyShutdown();