diff options
-rw-r--r-- | engines/drascula/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/animation.cpp b/engines/drascula/animation.cpp index 06868494b5..07273db979 100644 --- a/engines/drascula/animation.cpp +++ b/engines/drascula/animation.cpp @@ -724,7 +724,7 @@ void DrasculaEngine::animation_4_2() { flags[9] = 1; pause(12); - talk(56); + talk(60); pause(8); clearRoom(); |