Re-added the network version

This commit is contained in:
Kayne Ruse
2015-02-05 22:23:59 +11:00
parent 5583ba4323
commit 95e3ce9a69
3 changed files with 50 additions and 44 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = -1;
constexpr int NETWORK_VERSION = 20150205;
union MaxPacket {
CharacterPacket a;