aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-10-12 16:54:40 -0400
committerPaul Gilbert2014-10-12 16:54:40 -0400
commitf978539cbc82066a5cdedfefddb539b11e60369a (patch)
tree0e0d7597a86013222f3aabbd05823929ccae9c4d /engines/mads/mads.h
parentd02693cb0c65b48934aed8c61c9926e9d06ac11c (diff)
downloadscummvm-rg350-f978539cbc82066a5cdedfefddb539b11e60369a.tar.gz
scummvm-rg350-f978539cbc82066a5cdedfefddb539b11e60369a.tar.bz2
scummvm-rg350-f978539cbc82066a5cdedfefddb539b11e60369a.zip
MADS: Move OPL creation from the engine to SoundManager
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index 8fc2788c28..9a8f2152a1 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -99,7 +99,6 @@ public:
ScreenSurface _screen;
SoundManager *_sound;
AudioPlayer *_audio;
- FM_OPL *_opl;
bool _easyMouse;
bool _invObjectsAnimated;
bool _textWindowStill;