Specified a minimum Packet size for the DEBUG build

This commit is contained in:
Kayne Ruse
2013-06-17 17:14:10 +10:00
parent d83a536f35
commit 7b11bf22cb
+4
View File
@@ -97,6 +97,10 @@ union Packet {
PlayerNew playerNew;
PlayerDelete playerDelete;
PlayerMove playerMove;
#ifdef DEBUG
char buffer[1024];
#endif
};
#pragma pack(pop)