Minor tweaks, prepping for a merge

This commit is contained in:
Kayne Ruse
2014-05-06 19:18:53 +10:00
parent 0ff787abda
commit 4ebff4a25a
5 changed files with 7 additions and 7 deletions
+1
View File
@@ -88,6 +88,7 @@ union SerialPacket {
//information about the client
struct ClientInformation {
Metadata meta;
//TODO: change clientIndex to accountIndex for player ID
int clientIndex;
int characterIndex;
char username[PACKET_STRING_SIZE];