mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Document some animations
svn-id: r34190
This commit is contained in:
parent
c89281e4a3
commit
de64aa9c4a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user