aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-08-20 22:17:26 -0700
committerPaul Gilbert2019-08-20 22:17:36 -0700
commit83a479470ff467ced73ee97e2d5ed7203071050a (patch)
tree70d2518504514c588ef7bf33f93658987db6ae78 /engines/xeen/party.cpp
parentc64853de41bc8ecdf5c423e712ed606cb8089d64 (diff)
downloadscummvm-rg350-83a479470ff467ced73ee97e2d5ed7203071050a.tar.gz
scummvm-rg350-83a479470ff467ced73ee97e2d5ed7203071050a.tar.bz2
scummvm-rg350-83a479470ff467ced73ee97e2d5ed7203071050a.zip
XEEN: Fix applying characters' fire resistance when walking on lava
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r--engines/xeen/party.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index e8c69fdf92..6f9868b282 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -254,7 +254,6 @@ Party::Party(XeenEngine *vm) {
_newDay = false;
_isNight = false;
_stepped = false;
- _damageType = DT_PHYSICAL;
_fallMaze = 0;
_fallDamage = 0;
_dead = false;