diff options
author | madmaxoft <github@xoft.cz> | 2014-03-20 09:28:29 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-20 09:28:29 +0100 |
commit | b1ad3322e555449879a94558e796358fe057f74b (patch) | |
tree | f1333cd6f485e64864f6ce4771b4ceae262c6072 /src/BlockID.h | |
parent | Made pushing plain pointer to Lua a valid operation, with a warning. (diff) | |
download | cuberite-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.h | 6 |
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, |