aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-12 18:20:22 +0000
committerFilippos Karapetis2010-06-12 18:20:22 +0000
commit0492bd6aa65fa931bb84bb994f9e9e9757acc90a (patch)
tree6bae1662fca839818722d13ea8500d28431af01e /engines/saga/saga.h
parent6fa4d1ba805237cd44f6c64cf1088988c5d652f8 (diff)
downloadscummvm-rg350-0492bd6aa65fa931bb84bb994f9e9e9757acc90a.tar.gz
scummvm-rg350-0492bd6aa65fa931bb84bb994f9e9e9757acc90a.tar.bz2
scummvm-rg350-0492bd6aa65fa931bb84bb994f9e9e9757acc90a.zip
SAGA: Music code cleanup. The music driver is now placed inside the MusicPlayer class, instead of the SagaEngine class. Split the functionality that the music parser should handle from the functionality that the music driver should handle. Also, fixed a bug in MusicDriver::send() (the notes off signal was sent to unallocated channels, not allocated ones)
svn-id: r49607
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 2bef489e05..102d1e5c82 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -525,7 +525,6 @@ public:
SndRes *_sndRes;
Sound *_sound;
Music *_music;
- MidiDriver *_driver;
Anim *_anim;
Render *_render;
IsoMap *_isoMap;