mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
DIRECTOR: Execute movie script 0 on loading for D2-D3
This commit is contained in:
parent
ce82d67b63
commit
7886ca6a4f
@ -48,6 +48,12 @@ Score::Score(DirectorEngine *vm, Archive *archive) {
|
||||
_movieArchive = archive;
|
||||
_lingo = _vm->getLingo();
|
||||
_soundManager = _vm->getSoundManager();
|
||||
|
||||
// FIXME: TODO: Check whether the original truely does it
|
||||
if (_vm->getVersion() <= 3) {
|
||||
_lingo->executeScript(kMovieScript, 0);
|
||||
}
|
||||
|
||||
_lingo->processEvent(kEventPrepareMovie, kMovieScript, 0);
|
||||
_movieScriptCount = 0;
|
||||
_labels = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user