aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-06 02:11:07 +0000
committerTravis Howell2005-04-06 02:11:07 +0000
commit840a7ee846e0d72309f41b1cf6cf60a478d368f9 (patch)
tree466be7a9f2151181f893976106edd66cb996781b /scumm/script_v6.cpp
parent21c2c603435bbd89d822352be45e0682893e53cd (diff)
downloadscummvm-rg350-840a7ee846e0d72309f41b1cf6cf60a478d368f9.tar.gz
scummvm-rg350-840a7ee846e0d72309f41b1cf6cf60a478d368f9.tar.bz2
scummvm-rg350-840a7ee846e0d72309f41b1cf6cf60a478d368f9.zip
Add correct fix for bug #556496
svn-id: r17406
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 736ebda9bf..9f7131c666 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1340,6 +1340,7 @@ void ScummEngine_v6::o6_loadRoomWithEgo() {
VAR(VAR_WALKTO_OBJ) = 0;
if (_version == 6) {
+ camera._cur.x = camera._dest.x = a->_pos.x;
setCameraFollows(a);
}