Minor file renaming and tweaks

This commit is contained in:
Kayne Ruse
2014-05-13 00:09:37 +10:00
parent 80a26341b1
commit 01244005e9
10 changed files with 14 additions and 37 deletions
+3 -1
View File
@@ -27,7 +27,7 @@
#include "SDL/SDL_net.h"
#define NETWORK_VERSION 20140506
#define NETWORK_VERSION 20140512
#define PACKET_STRING_SIZE 100
#pragma pack(push, 0)
@@ -42,6 +42,8 @@ union SerialPacket {
PING = 1,
PONG = 2,
//TODO: rejection message
//Searching for a server to join
BROADCAST_REQUEST = 3,
BROADCAST_RESPONSE = 4,