aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/mads_menus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/mads_menus.cpp b/engines/m4/mads_menus.cpp
index d7d9cf4150..0addfc57cb 100644
--- a/engines/m4/mads_menus.cpp
+++ b/engines/m4/mads_menus.cpp
@@ -309,6 +309,7 @@ void RexMainMenuView::handleAction(MadsGameAction action) {
return;
case SHOW_INTRO:
+ vm->_sound->loadDSRFile("act002.dsr");
vm->_viewManager->showAnimView("@rexopen");
break;