mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Clear cutscene subtitles before changing back the palette, and slow down
the subtitles slightly. svn-id: r10503
This commit is contained in:
parent
da1b4f1e36
commit
46d195ee02
@ -296,13 +296,14 @@ int32 PlaySmacker(char *filename, _movieTextObject *text[], uint8 *musicOut) {
|
|||||||
// frame rate the original movies had, or even if it
|
// frame rate the original movies had, or even if it
|
||||||
// was constant, but this seems to work reasonably.
|
// was constant, but this seems to work reasonably.
|
||||||
|
|
||||||
g_system->delay_msecs(80);
|
g_system->delay_msecs(90);
|
||||||
}
|
}
|
||||||
|
|
||||||
BS2_SetPalette(0, 256, oldPal, RDPAL_INSTANT);
|
|
||||||
|
|
||||||
CloseTextObject(text[textCounter]);
|
CloseTextObject(text[textCounter]);
|
||||||
|
|
||||||
|
EraseBackBuffer();
|
||||||
|
SetNeedRedraw();
|
||||||
|
|
||||||
// HACK: Remove the instructions created above
|
// HACK: Remove the instructions created above
|
||||||
ScummVM::Rect r;
|
ScummVM::Rect r;
|
||||||
|
|
||||||
@ -317,6 +318,8 @@ int32 PlaySmacker(char *filename, _movieTextObject *text[], uint8 *musicOut) {
|
|||||||
|
|
||||||
if (!skipCutscene)
|
if (!skipCutscene)
|
||||||
g_sound->playLeadOut(musicOut);
|
g_sound->playLeadOut(musicOut);
|
||||||
|
|
||||||
|
BS2_SetPalette(0, 256, oldPal, RDPAL_INSTANT);
|
||||||
}
|
}
|
||||||
|
|
||||||
return RD_OK;
|
return RD_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user