(svn r9) Fixed a couple of warnings and minor coding issues

This commit is contained in:
dominik
2004-08-10 16:34:01 +00:00
parent 4d148bf0fa
commit 6c87ef6c65
5 changed files with 5 additions and 6 deletions

View File

@@ -1173,7 +1173,7 @@ bool NetworkUDPSearchServer() {
}
#else // ENABLE_NETWORK
#else // not ENABLE_NETWORK
// stubs
void NetworkInitialize(const char *hostname) {}
@@ -1187,5 +1187,5 @@ void NetworkProcessCommands() {}
void NetworkStartSync() {}
void NetworkUDPListen(int port) {}
void NetworkUDPReceive() {}
bool NetworkUDPSearchServer() {}
bool NetworkUDPSearchServer() { return false; }
#endif // ENABLE_NETWORK