From 3ead57623e5e5dea1faf5556d6526b40ece3199d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 13:44:12 +0000 Subject: make doxygen happy svn-id: r10567 --- scumm/player_v2.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'scumm/player_v2.h') 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; -- cgit v1.2.3