summaryrefslogtreecommitdiffstats
path: root/src/Entities
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-27 23:12:52 +0200
committermadmaxoft <github@xoft.cz>2014-04-27 23:12:52 +0200
commit9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734 (patch)
tree50ce95772009a202a5e3ae31f497a57bc3191bf9 /src/Entities
parentFixed player spawning #953. (diff)
downloadcuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar.gz
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar.bz2
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar.lz
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar.xz
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.tar.zst
cuberite-9dc9713a9c3015d2b67fc18fc2fb8f3b5ce8d734.zip
Diffstat (limited to 'src/Entities')
-rw-r--r--src/Entities/Entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp
index 827b88717..2d325805b 100644
--- a/src/Entities/Entity.cpp
+++ b/src/Entities/Entity.cpp
@@ -443,6 +443,7 @@ bool cEntity::ArmorCoversAgainst(eDamageType a_DamageType)
}
}
ASSERT(!"Invalid damage type!");
+ return false;
}