aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2006-12-19 09:12:52 +0000
committerSven Hesse2006-12-19 09:12:52 +0000
commita6cb2df4c24de391a22f0546ae3098e8e21ed557 (patch)
treead4e42e8110cd5d90d8a4075d7afc2644dbd958d /engines/gob/inter_v2.cpp
parent4446f2c851f5b918daeda837905a884a70dfac0f (diff)
downloadscummvm-rg350-a6cb2df4c24de391a22f0546ae3098e8e21ed557.tar.gz
scummvm-rg350-a6cb2df4c24de391a22f0546ae3098e8e21ed557.tar.bz2
scummvm-rg350-a6cb2df4c24de391a22f0546ae3098e8e21ed557.zip
Stomped the well/diving-bug
svn-id: r24884
Diffstat (limited to 'engines/gob/inter_v2.cpp')
-rw-r--r--engines/gob/inter_v2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp
index b070570911..47b3b77ffa 100644
--- a/engines/gob/inter_v2.cpp
+++ b/engines/gob/inter_v2.cpp
@@ -2029,6 +2029,8 @@ void Inter_v2::o2_initMult(void) {
_vm->_mult->_objects[i].lastRight = -1;
_vm->_mult->_objects[i].lastTop = -1;
_vm->_mult->_objects[i].lastBottom = -1;
+ _vm->_mult->_objects[i].goblinX = 1;
+ _vm->_mult->_objects[i].goblinY = 1;
}
} else if (oldObjCount != _vm->_mult->_objCount) {
error("o2_initMult: Object count changed, but storage didn't (old count = %d, new count = %d)",