(svn r178) -Fix: small network fix if network is not enabled

This commit is contained in:
darkvater 2004-09-07 22:39:06 +00:00
parent 56435c8775
commit 6b9929d0f3
1 changed files with 1 additions and 1 deletions

View File

@ -1713,7 +1713,7 @@ void NetworkCoreInit() { _network_available=false; };
void NetworkCoreShutdown() {};
void NetworkCoreDisconnect() {};
void NetworkCoreLoop(bool incomming) {};
bool NetworkCoreConnectGame(byte* b, unsigned short port) {return false;};
bool NetworkCoreConnectGame(const byte* b, unsigned short port) {return false;};
bool NetworkCoreStartGame() {return false;};
void NetworkLobbyShutdown() {};
void NetworkLobbyInit() {};