summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-03 19:55:23 +0100
committerMattes D <github@xoft.cz>2014-02-03 19:55:23 +0100
commit2450d0467f624e4b89c5867371f74548f18a134c (patch)
tree1dff7d0805ceef2baffdf5bdf73b632c0ba28b08 /src/BlockID.h
parentFixed socket leaking. (diff)
parentInversed condition (diff)
downloadcuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.gz
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.bz2
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.lz
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.xz
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.zst
cuberite-2450d0467f624e4b89c5867371f74548f18a134c.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index b31c589b9..f53440ec8 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -801,6 +801,7 @@ enum eDamageType
dtPotionOfHarming,
dtEnderPearl, // Thrown an ender pearl, teleported by it
dtAdmin, // Damage applied by an admin command
+ dtExplosion, // Damage applied by an explosion
// Some common synonyms:
dtPawnAttack = dtAttack,