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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/player_v2.h b/scumm/player_v2.h
index 55b054608d..c3608b5e1c 100644
--- a/scumm/player_v2.h
+++ b/scumm/player_v2.h
@@ -67,13 +67,13 @@ union ChannelInfo {
};
-class Scumm;
+class ScummEngine;
class SoundMixer;
class Player_V2 : public MusicEngine {
public:
- Player_V2(Scumm *scumm);
+ Player_V2(ScummEngine *scumm);
virtual ~Player_V2();
virtual void setMasterVolume(int vol);
@@ -88,7 +88,7 @@ protected:
bool _isV3Game;
SoundMixer *_mixer;
OSystem *_system;
- Scumm *_scumm;
+ ScummEngine *_scumm;
bool _pcjr;
int _header_len;