1
0

Replaced short int with int for Player experience

This commit is contained in:
DevToaster 2015-03-01 03:09:36 +10:30
parent b65a6ef210
commit e012c06281

View File

@ -609,7 +609,7 @@ protected:
*/
bool m_bIsTeleporting;
/** The int UUID (no dashes) of the player, as read from the ClientHandle.
/** The short UUID (no dashes) of the player, as read from the ClientHandle.
If no ClientHandle is given, the UUID is initialized to empty. */
AString m_UUID;