aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables.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/callables.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/callables.cpp')
-rw-r--r--engines/parallaction/callables.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp
index 15c8c2bd28..e6e10a02f2 100644
--- a/engines/parallaction/callables.cpp
+++ b/engines/parallaction/callables.cpp
@@ -51,9 +51,7 @@ void _c_play_boogie(void *parm) {
return;
flag = 0;
- stopMusic();
- loadMusic("boogie2");
- playMusic();
+ _vm->_midiPlayer->play("boogie2");
return;
}