diff options
author | Filippos Karapetis | 2008-08-25 15:07:05 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-08-25 15:07:05 +0000 |
commit | 4abc98dfdf05a4c4b370fd8aabefe86105aaa5b2 (patch) | |
tree | 7f14be5b3319d1907fa2c3ef5758fd59e0f4a558 | |
parent | 0c1606546332423d966d537149332b4e67c340bd (diff) | |
download | scummvm-rg350-4abc98dfdf05a4c4b370fd8aabefe86105aaa5b2.tar.gz scummvm-rg350-4abc98dfdf05a4c4b370fd8aabefe86105aaa5b2.tar.bz2 scummvm-rg350-4abc98dfdf05a4c4b370fd8aabefe86105aaa5b2.zip |
Fix for bug #2062024 - "DRASCULA: Error talking with blind man"
svn-id: r34154
-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(); |