Minor file renaming and tweaks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user