Began work on expanding the network protocols

This commit is contained in:
Kayne Ruse
2014-10-23 23:50:49 +11:00
parent 4434900afc
commit f584dd140b
5 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = 20140909;
constexpr int NETWORK_VERSION = -1;
union MaxPacket {
CharacterPacket a;