Added some comments
This commit is contained in:
parent
c79ba3494c
commit
bef3c6d47d
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
cStatInfo cStatInfo::ms_Info[statCount] = {
|
cStatInfo cStatInfo::ms_Info[statCount] = {
|
||||||
// Do NOT change the order
|
// The order must match the order of enum eStatistic
|
||||||
|
|
||||||
// http://minecraft.gamepedia.com/Achievements
|
// http://minecraft.gamepedia.com/Achievements
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
enum eStatistic
|
enum eStatistic
|
||||||
{
|
{
|
||||||
// Do NOT change the order
|
// The order must match the order of cStatInfo::ms_Info
|
||||||
|
|
||||||
statInvalid = -1,
|
statInvalid = -1,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user