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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/scumm/player_v2.h b/scumm/player_v2.h
index c3608b5e1c..437fd0b365 100644
--- a/scumm/player_v2.h
+++ b/scumm/player_v2.h
@@ -77,12 +77,11 @@ public:
virtual ~Player_V2();
virtual void setMasterVolume(int vol);
-
- virtual void startSound(int nr);
- virtual void stopSound(int nr);
+ virtual void startSound(int sound);
+ virtual void stopSound(int sound);
virtual void stopAllSounds();
- virtual int getSoundStatus(int nr) const;
virtual int getMusicTimer() const;
+ virtual int getSoundStatus(int sound) const;
protected:
bool _isV3Game;