mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
Fixed some glitches in the last part of Von Braun's story
svn-id: r34575
This commit is contained in:
parent
d95e0059a2
commit
3bffca569f
@ -773,7 +773,7 @@ void DrasculaEngine::animation_16_2() {
|
||||
if (i < 4)
|
||||
sprintf(curPic, "his%i.alg", i);
|
||||
else
|
||||
strcpy(curPic, "his4_1.alg");
|
||||
strcpy(curPic, "his4_2.alg");
|
||||
|
||||
loadPic(curPic, screenSurface, HALF_PAL);
|
||||
centerText(_texthis[i], 180, 180);
|
||||
@ -783,12 +783,15 @@ void DrasculaEngine::animation_16_2() {
|
||||
goto asco;
|
||||
|
||||
delay(3000);
|
||||
fadeToBlack(1);
|
||||
|
||||
if (getScan() != 0)
|
||||
goto asco;
|
||||
if (i < 4) {
|
||||
fadeToBlack(1);
|
||||
|
||||
clearRoom();
|
||||
if (getScan() != 0)
|
||||
goto asco;
|
||||
|
||||
clearRoom();
|
||||
}
|
||||
}
|
||||
|
||||
loadPic("his4_1.alg", bgSurface, HALF_PAL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user