mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Load the correct speech file pack for the intro of Rex Nebular
svn-id: r50321
This commit is contained in:
parent
a4f139c4d2
commit
783b71d585
@ -309,6 +309,7 @@ void RexMainMenuView::handleAction(MadsGameAction action) {
|
||||
return;
|
||||
|
||||
case SHOW_INTRO:
|
||||
vm->_sound->loadDSRFile("act002.dsr");
|
||||
vm->_viewManager->showAnimView("@rexopen");
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user