Adjusted a few comments

This commit is contained in:
Kayne Ruse
2014-04-21 02:13:00 +10:00
parent 60edc97ea5
commit 6c6a025f2a
7 changed files with 11 additions and 9 deletions
+1 -2
View File
@@ -99,8 +99,7 @@ union SerialPacket {
Metadata meta;
int clientIndex;
int playerIndex;
//TODO: should probably move these into the client info
//TODO: these might actually do better during the login system
//TODO: should move handle/avatar into clientInfo; these might actually do better during the login system
char handle[PACKET_STRING_SIZE];
char avatar[PACKET_STRING_SIZE];
Vector2 position;