diff options
author | Mattes D <github@xoft.cz> | 2013-11-14 08:04:43 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-14 08:04:43 +0100 |
commit | 79a98627a2a234226b5daeb1a709060acd289226 (patch) | |
tree | ccf6e66ed4e3d944f47bcdc69eb7d33132a694f9 /source/Defines.h | |
parent | Updated the Core. (diff) | |
parent | fixed function name (diff) | |
download | cuberite-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.h | 7 |
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 +} ; + |