summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-11-14 08:04:43 +0100
committerMattes D <github@xoft.cz>2013-11-14 08:04:43 +0100
commit79a98627a2a234226b5daeb1a709060acd289226 (patch)
treeccf6e66ed4e3d944f47bcdc69eb7d33132a694f9 /source/Defines.h
parentUpdated the Core. (diff)
parentfixed function name (diff)
downloadcuberite-79a98627a2a234226b5daeb1a709060acd289226.tar
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.gz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.bz2
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.lz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.xz
cuberite-79a98627a2a234226b5daeb1a709060acd289226.tar.zst
cuberite-79a98627a2a234226b5daeb1a709060acd289226.zip
Diffstat (limited to 'source/Defines.h')
-rw-r--r--source/Defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 60dab12be..5621aeac1 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -44,6 +44,13 @@ extern bool g_BlockIsSolid[256];
/// Can torches be placed on this block?
extern bool g_BlockIsTorchPlaceable[256];
+/// Experience Orb setup
+enum
+{
+ //open to suggestion on naming convention here :)
+ MAX_EXPERIENCE_ORB_SIZE = 2000
+} ;
+