From de64aa9c4a5537ca1cd7ac237f488ae5777a03ea Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 27 Aug 2008 10:00:32 +0000 Subject: [PATCH] Document some animations svn-id: r34190 --- engines/drascula/animation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/drascula/animation.cpp b/engines/drascula/animation.cpp index a26f00f3a01..954181d3279 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;