aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-23 21:12:35 -0500
committerPaul Gilbert2015-01-23 21:12:35 -0500
commitc08e54fde105637082ee7eb79eeacd1cb4137d57 (patch)
tree1cc96ef30016cd9ffaaadfd33c58b00259ba120f /engines/xeen/party.cpp
parent749372e456ed8f1a4aee31ce23c4f4f7fd5644cc (diff)
downloadscummvm-rg350-c08e54fde105637082ee7eb79eeacd1cb4137d57.tar.gz
scummvm-rg350-c08e54fde105637082ee7eb79eeacd1cb4137d57.tar.bz2
scummvm-rg350-c08e54fde105637082ee7eb79eeacd1cb4137d57.zip
XEEN: Implement further script opcodes
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r--engines/xeen/party.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index b33318fcdf..8d59e686fd 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -272,6 +272,8 @@ Party::Party(XeenEngine *vm): _vm(vm) {
_stepped = false;
_damageType = DT_PHYSICAL;
_falling = false;
+ _fallMaze = 0;
+ _fallDamage = 0;
}
void Party::synchronize(Common::Serializer &s) {