summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Defines.h')
-rw-r--r--source/Defines.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/Defines.h b/source/Defines.h
index f6c3d6b05..5621aeac1 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -44,8 +44,12 @@ extern bool g_BlockIsSolid[256];
/// Can torches be placed on this block?
extern bool g_BlockIsTorchPlaceable[256];
-/// Max Erperience that possible to be incremented at once
-#define MAX_EXPERIENCE_ORB_SIZE 2000 //ie from a ender dragon
+/// Experience Orb setup
+enum
+{
+ //open to suggestion on naming convention here :)
+ MAX_EXPERIENCE_ORB_SIZE = 2000
+} ;