aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/m4/m4.cpp9
-rw-r--r--engines/m4/mads_menus.cpp1
2 files changed, 0 insertions, 10 deletions
diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp
index f1506598d2..fc1caec883 100644
--- a/engines/m4/m4.cpp
+++ b/engines/m4/m4.cpp
@@ -568,15 +568,6 @@ Common::Error MadsEngine::run() {
_viewManager->systemHotkeys().add(Common::KEYCODE_ESCAPE, &escapeHotkeyHandler);
_viewManager->systemHotkeys().add(Common::KEYCODE_KP_MULTIPLY, &textviewHotkeyHandler);
- // Load the general game SFX/voices
- if (getGameType() == GType_RexNebular) {
- _sound->loadDSRFile("rex009.dsr");
- } else if (getGameType() == GType_Phantom) {
- _sound->loadDSRFile("phan009.dsr");
- } else if (getGameType() == GType_DragonSphere) {
- _sound->loadDSRFile("drag009.dsr");
- }
-
uint32 nextFrame = g_system->getMillis();
while (!_events->quitFlag) {
eventHandler();
diff --git a/engines/m4/mads_menus.cpp b/engines/m4/mads_menus.cpp
index 0addfc57cb..d7d9cf4150 100644
--- a/engines/m4/mads_menus.cpp
+++ b/engines/m4/mads_menus.cpp
@@ -309,7 +309,6 @@ void RexMainMenuView::handleAction(MadsGameAction action) {
return;
case SHOW_INTRO:
- vm->_sound->loadDSRFile("act002.dsr");
vm->_viewManager->showAnimView("@rexopen");
break;