summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-20 09:28:29 +0100
committermadmaxoft <github@xoft.cz>2014-03-20 09:28:29 +0100
commitb1ad3322e555449879a94558e796358fe057f74b (patch)
treef1333cd6f485e64864f6ce4771b4ceae262c6072 /src/BlockID.h
parentMade pushing plain pointer to Lua a valid operation, with a warning. (diff)
downloadcuberite-b1ad3322e555449879a94558e796358fe057f74b.tar
cuberite-b1ad3322e555449879a94558e796358fe057f74b.tar.gz
cuberite-b1ad3322e555449879a94558e796358fe057f74b.tar.bz2
cuberite-b1ad3322e555449879a94558e796358fe057f74b.tar.lz
cuberite-b1ad3322e555449879a94558e796358fe057f74b.tar.xz
cuberite-b1ad3322e555449879a94558e796358fe057f74b.tar.zst
cuberite-b1ad3322e555449879a94558e796358fe057f74b.zip
Diffstat (limited to '')
-rw-r--r--src/BlockID.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index e305e9237..8adefcfba 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -852,9 +852,13 @@ enum eExplosionSource
esWitherSkullBlack,
esWitherSkullBlue,
esWitherBirth,
- esPlugin
+ esPlugin,
} ;
+
+
+
+
enum eShrapnelLevel
{
slNone,