1
0
Fork 0

Added some comments

This commit is contained in:
andrew 2014-04-27 20:26:50 +03:00
parent c79ba3494c
commit bef3c6d47d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
cStatInfo cStatInfo::ms_Info[statCount] = {
// Do NOT change the order
// The order must match the order of enum eStatistic
// http://minecraft.gamepedia.com/Achievements

View File

@ -11,7 +11,7 @@
enum eStatistic
{
// Do NOT change the order
// The order must match the order of cStatInfo::ms_Info
statInvalid = -1,