This hack for the collision map was a terrible idea

I'm committing these changes before undoing these, and coding it properly.
This commit is contained in:
Kayne Ruse
2014-07-01 22:04:45 +10:00
parent 8c9d071c7a
commit 8df1ecd804
8 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "SDL/SDL_net.h"
constexpr int NETWORK_VERSION = 20140607;
constexpr int NETWORK_VERSION = 20140701;
constexpr int PACKET_STRING_SIZE = 100;
struct SerialPacketBase {