aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
diff options
context:
space:
mode:
authorVladimir Menshakov2010-02-02 21:47:51 +0000
committerVladimir Menshakov2010-02-02 21:47:51 +0000
commit21bb78b677dff6e20c4695ec9d8d2bc84619e67d (patch)
tree5899af80b7373baca29a2abdf939fdf238a0d683 /engines/teenagent
parent66b326d3e810b9b2ce5f13a6873b0574b6380bb8 (diff)
downloadscummvm-rg350-21bb78b677dff6e20c4695ec9d8d2bc84619e67d.tar.gz
scummvm-rg350-21bb78b677dff6e20c4695ec9d8d2bc84619e67d.tar.bz2
scummvm-rg350-21bb78b677dff6e20c4695ec9d8d2bc84619e67d.zip
fixed actor glitch
svn-id: r47821
Diffstat (limited to 'engines/teenagent')
-rw-r--r--engines/teenagent/callbacks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index 1eb5a736dc..3cbdae3fa6 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -242,17 +242,16 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
return true;
case 0x4267:
+ hideActor();
playSound(23, 8);
playSound(24, 13);
setOns(1, 0);
playActorAnimation(841);
setOns(1, 0x61);
setOns(2, 0);
- wait(100);
playSound(63, 12);
playSound(5, 26);
playActorAnimation(842);
- hideActor();
wait(100);
//shown in different positions
displayMessage(0x5656, 0xd1, 0x5510);