Implemented the serialization switch statement

This commit is contained in:
Kayne Ruse
2014-08-31 15:11:59 +10:00
parent 094efad728
commit 5536bf366d
7 changed files with 71 additions and 27 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = -1;
constexpr int NETWORK_VERSION = 20140831;
union MaxPacket {
CharacterPacket a;