summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Statistics.cpp2
-rw-r--r--src/Statistics.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Statistics.cpp b/src/Statistics.cpp
index 30904db4b..2c980d98e 100644
--- a/src/Statistics.cpp
+++ b/src/Statistics.cpp
@@ -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
diff --git a/src/Statistics.h b/src/Statistics.h
index c6e1cf910..540df38cc 100644
--- a/src/Statistics.h
+++ b/src/Statistics.h
@@ -11,7 +11,7 @@
enum eStatistic
{
- // Do NOT change the order
+ // The order must match the order of cStatInfo::ms_Info
statInvalid = -1,