From 4b3e3d5601d32f2323634612124d2bf16aa7a4db Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sun, 22 Nov 2009 08:36:05 +0000 Subject: minor callback fixes svn-id: r46063 --- engines/teenagent/callbacks.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index 359f9e565b..9b72547b26 100644 --- a/engines/teenagent/callbacks.cpp +++ b/engines/teenagent/callbacks.cpp @@ -665,7 +665,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) { reloadLan(); playSound(82, 19); playAnimation(669, 1); - Dialog::showMono(scene, 0x3779, 0, 0xd1, 0); + Dialog::showMark(scene, 0x3779); enableObject(15); disableObject(8); return true; @@ -2648,12 +2648,12 @@ bool TeenAgentEngine::processCallback(uint16 addr) { Dialog::show(scene, 0x2992, 0, 524, 0xd1, 0xe5, 0, 2); playSound(5, 3); playSound(5, 20); - playActorAnimation(671, true); - playAnimation(670, 1, true); + playAnimation(671, true); + playActorAnimation(670, true); waitAnimation(); - playAnimation(672, 1); + //playAnimation(672, 1); Dialog::show(scene, 0x2a00, 0, 672, 0xd1, 0xe5, 0, 2); - playAnimation(672, 1); + //playAnimation(672, 1); playSound(83, 12); displayAsyncMessage(0x4a5b, 36684, 23, 38, 0xe5); -- cgit v1.2.3