diff options
author | Filippos Karapetis | 2008-08-27 10:00:32 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-08-27 10:00:32 +0000 |
commit | de64aa9c4a5537ca1cd7ac237f488ae5777a03ea (patch) | |
tree | c00f0ea30e8d6a32c8160d38ca45ffcb572662d6 | |
parent | c89281e4a3041bbfab45c1f9e07d5fcdee432280 (diff) | |
download | scummvm-rg350-de64aa9c4a5537ca1cd7ac237f488ae5777a03ea.tar.gz scummvm-rg350-de64aa9c4a5537ca1cd7ac237f488ae5777a03ea.tar.bz2 scummvm-rg350-de64aa9c4a5537ca1cd7ac237f488ae5777a03ea.zip |
Document some animations
svn-id: r34190
-rw-r--r-- | engines/drascula/animation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/drascula/animation.cpp b/engines/drascula/animation.cpp index a26f00f3a0..954181d327 100644 --- a/engines/drascula/animation.cpp +++ b/engines/drascula/animation.cpp @@ -596,6 +596,7 @@ void DrasculaEngine::animation_2_1() { } } +// John Hacker talks with the bartender to book a room void DrasculaEngine::animation_3_1() { if (_lang == kSpanish) textSurface = frontSurface; @@ -631,6 +632,7 @@ void DrasculaEngine::animation_3_1() { loadPic(97, extraSurface); } +// John Hacker talks with the pianist void DrasculaEngine::animation_4_1() { if (_lang == kSpanish) textSurface = frontSurface; |