aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.h
diff options
context:
space:
mode:
authorMax Horn2011-03-24 16:40:11 +0100
committerMax Horn2011-03-24 16:46:47 +0100
commite76a8a8eb6c68b1ffc048385c41cd1b542623449 (patch)
tree2b0882cac4df41bc065e4f9568560f7e32447597 /engines/m4/m4.h
parent94e7a231fe7a975886ba74bc1670cb4a34619316 (diff)
downloadscummvm-rg350-e76a8a8eb6c68b1ffc048385c41cd1b542623449.tar.gz
scummvm-rg350-e76a8a8eb6c68b1ffc048385c41cd1b542623449.tar.bz2
scummvm-rg350-e76a8a8eb6c68b1ffc048385c41cd1b542623449.zip
M4: Change MidiPlayer to derive from Audio::MidiPlayer
Also fix the _driver double delete regression I recently introduced
Diffstat (limited to 'engines/m4/m4.h')
-rw-r--r--engines/m4/m4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/m4/m4.h b/engines/m4/m4.h
index f665df262b..a43f3e1387 100644
--- a/engines/m4/m4.h
+++ b/engines/m4/m4.h
@@ -148,7 +148,6 @@ protected:
void shutdown();
- MidiDriver *_driver;
MidiPlayer *_midi;
public: