aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v2.h')
-rw-r--r--scumm/player_v2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/player_v2.h b/scumm/player_v2.h
index 7cc4c3e28a..045e8f1aa6 100644
--- a/scumm/player_v2.h
+++ b/scumm/player_v2.h
@@ -97,7 +97,6 @@ public:
protected:
bool _isV3Game;
SoundMixer *_mixer;
- OSystem *_system;
ScummEngine *_vm;
bool _pcjr;
@@ -133,7 +132,7 @@ private:
const uint16 *_freqs_table;
- Common::MutexRef _mutex;
+ Common::Mutex _mutex;
ChannelInfo _channels[5];
protected: