Load the correct speech file pack for the intro of Rex Nebular

svn-id: r50321
This commit is contained in:
Filippos Karapetis 2010-06-26 13:28:22 +00:00
parent a4f139c4d2
commit 783b71d585

View File

@ -309,6 +309,7 @@ void RexMainMenuView::handleAction(MadsGameAction action) {
return;
case SHOW_INTRO:
vm->_sound->loadDSRFile("act002.dsr");
vm->_viewManager->showAnimView("@rexopen");
break;