aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
diff options
context:
space:
mode:
authorVladimir Menshakov2009-11-22 08:02:27 +0000
committerVladimir Menshakov2009-11-22 08:02:27 +0000
commit9886c8fb91f12e0e0fad9a9ae92a09d4a98a4a67 (patch)
treea4f41245cd10675125aabed8e82dd81e93a771ac /engines/teenagent
parent3ddf90a87206fa5b06b14c197deb4d5635699873 (diff)
downloadscummvm-rg350-9886c8fb91f12e0e0fad9a9ae92a09d4a98a4a67.tar.gz
scummvm-rg350-9886c8fb91f12e0e0fad9a9ae92a09d4a98a4a67.tar.bz2
scummvm-rg350-9886c8fb91f12e0e0fad9a9ae92a09d4a98a4a67.zip
fixed first mansion attempt animations
svn-id: r46060
Diffstat (limited to 'engines/teenagent')
-rw-r--r--engines/teenagent/callbacks.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index ea34129328..359f9e565b 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -3979,7 +3979,10 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
case 0x9d90:
hideActor();
loadScene(34, scene->getPosition());
- Dialog::show(scene, 0x6f60, 986, 987, 0xd9, 0xd0, 1, 2);
+ playAnimation(986, 0, true);
+ playAnimation(987, 1, true);
+ waitAnimation();
+ Dialog::show(scene, 0x6f60, 988, 989, 0xd9, 0xd0, 1, 2);
playAnimation(990, 0, true);
playAnimation(991, 1, true);
waitAnimation();