(svn r186) -Add: debug 'net' for network debug (sign_de)

-Fix: desync problem (server was not waiting for clients) (sign_de)
This commit is contained in:
truelight
2004-09-08 19:20:46 +00:00
parent 0a04fe95c9
commit 157e90b49f
5 changed files with 140 additions and 63 deletions

View File

@@ -130,6 +130,7 @@ void NetworkShutdown();
void NetworkSendCommand(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, CommandCallback *callback);
void NetworkStartSync(bool fcreset);
void NetworkClose(bool client);
void NetworkSendReadyPacket();
void NetworkIPListInit();