diff options
author | Filippos Karapetis | 2008-09-15 13:45:10 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-15 13:45:10 +0000 |
commit | 8a9dd3345e0f83afc16dc341a882fe088561d221 (patch) | |
tree | c8436d901c8ec9b9eafafa66fa4d6c93e9a9b76a | |
parent | 7cf7f4bbf6dda265146bebafff541727b3f92a1f (diff) | |
download | scummvm-rg350-8a9dd3345e0f83afc16dc341a882fe088561d221.tar.gz scummvm-rg350-8a9dd3345e0f83afc16dc341a882fe088561d221.tar.bz2 scummvm-rg350-8a9dd3345e0f83afc16dc341a882fe088561d221.zip |
Fixed the phrase told by the protagonist when he talks to the blind man the second time
svn-id: r34559
-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 06ccd0f1a8..5dacaec9eb 100644 --- a/engines/drascula/animation.cpp +++ b/engines/drascula/animation.cpp @@ -2080,7 +2080,7 @@ void DrasculaEngine::animation_33_2() { flags[9] = 1; pause(12); - talk(56); + talk(60); pause(8); clearRoom(); |