diff options
-rw-r--r-- | engines/teenagent/callbacks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index 7dc62ce173..bee079cda7 100644 --- a/engines/teenagent/callbacks.cpp +++ b/engines/teenagent/callbacks.cpp @@ -282,6 +282,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) { Dialog::show(scene, 0x6117, 0, 813, 0xd1, 0xec, 0, 1); loadScene(6, Common::Point(230, 184)); Dialog::show(scene, 0x626a, 0, 814, 0xd1, 0xec, 0, 1); + playSound(4, 14); playAnimation(815, 0); setOns(1, 0); |