(svn r21029) -Codechange: split the map downloading packet + 3-state enum into 3 separate packets

This commit is contained in:
rubidium
2010-10-24 20:03:33 +00:00
parent fc15063838
commit 2cd67a51ac
6 changed files with 103 additions and 102 deletions

View File

@@ -52,12 +52,6 @@ extern bool _ddc_fastforward;
typedef class ServerNetworkGameSocketHandler NetworkClientSocket;
enum MapPacket {
MAP_PACKET_START,
MAP_PACKET_NORMAL,
MAP_PACKET_END,
};
enum NetworkJoinStatus {
NETWORK_JOIN_STATUS_CONNECTING,