aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/intro.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/intro.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/intro.cpp')
-rw-r--r--engines/parallaction/intro.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/parallaction/intro.cpp b/engines/parallaction/intro.cpp
index d8c6ae8dfd..2338ced7a0 100644
--- a/engines/parallaction/intro.cpp
+++ b/engines/parallaction/intro.cpp
@@ -124,9 +124,7 @@ extern Credit _credits[];
void _c_startIntro(void *parm) {
_rightHandAnim = findAnimation("righthand");
- stopMusic();
- loadMusic("intro");
- playMusic();
+ _vm->_midiPlayer->play("intro");
_engineFlags |= kEngineMouse;
return;