aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/menu.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-21 21:42:37 +0000
committerEugene Sandulenko2007-02-21 21:42:37 +0000
commitb825fb858f204bfd07eaff77dee3100eb1b893bf (patch)
tree275ecee2b1dfecb3628ea5c7127a3890ced46999 /engines/parallaction/menu.cpp
parentb2539cc19cf569bedc1521173943fe5693fad322 (diff)
downloadscummvm-rg350-b825fb858f204bfd07eaff77dee3100eb1b893bf.tar.gz
scummvm-rg350-b825fb858f204bfd07eaff77dee3100eb1b893bf.tar.bz2
scummvm-rg350-b825fb858f204bfd07eaff77dee3100eb1b893bf.zip
Add support for MIDI music. THough the music is not yet heard since
there are no instrument assignments yet. svn-id: r25774
Diffstat (limited to 'engines/parallaction/menu.cpp')
-rw-r--r--engines/parallaction/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp
index f9140590ff..9fd6db583a 100644
--- a/engines/parallaction/menu.cpp
+++ b/engines/parallaction/menu.cpp
@@ -313,7 +313,7 @@ void Menu::selectCharacter() {
v14._height = BLOCK_HEIGHT;
_engine->changeCursor(kCursorArrow);
- stopMusic();
+ _vm->_midiPlayer->stop();
_vm->_graphics->_proportionalFont = false;
_vm->_graphics->loadExternalCnv("slidecnv", &Graphics::_font);