mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
fixed special agents blink
svn-id: r47094
This commit is contained in:
parent
b6fb8b349a
commit
1f12957a50
@ -140,10 +140,13 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
|
||||
showActor();
|
||||
moveTo(319, 150, 1, true);
|
||||
moveTo(63, 150, 1);
|
||||
displayAsyncMessage(0x5da8, 19844, 18, 36);
|
||||
playAnimation(851, 0);
|
||||
displayAsyncMessage(0x5da8, 19844, 18, 36); //hey, what's the matter?
|
||||
playAnimation(851, 0, true);
|
||||
playActorAnimation(930, true);
|
||||
waitAnimation();
|
||||
playSound(24, 11);
|
||||
playActorAnimation(931);
|
||||
|
||||
displayCredits(0xe42f);
|
||||
|
||||
playMusic(3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user