Committing some comment tweaks

This commit is contained in:
Kayne Ruse
2014-06-06 21:12:46 +10:00
parent 5966d7b51a
commit 2c9b0fc3e7
8 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ struct ClientPacket : SerialPacketBase {
int clientIndex;
int accountIndex;
char username[PACKET_STRING_SIZE];
char password[PACKET_STRING_SIZE]; //hashed, not currently used
// char password[PACKET_STRING_SIZE]; //hashed, not currently used
};
#endif