From e80d24aa22e5e83a86b28454d23241f3574eef1f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Apr 2006 23:00:32 +0000 Subject: Some more cleanup in class Scumm::Sound svn-id: r22125 --- engines/scumm/sound.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'engines/scumm/sound.h') diff --git a/engines/scumm/sound.h b/engines/scumm/sound.h index 4966bfb7a3..bf28cc9f3a 100644 --- a/engines/scumm/sound.h +++ b/engines/scumm/sound.h @@ -84,15 +84,6 @@ protected: int16 _currentCDSound; int16 _currentMusic; -public: // Used by createSound() - struct { - int sound; - int codeOffs; - int priority; - int sbngBlock; - int soundVars[27]; - } _heChannel[8]; - public: Audio::SoundHandle _talkChannelHandle; // Handle of mixer channel actor is talking on @@ -113,7 +104,7 @@ public: virtual int isSoundRunning(int sound) const; bool isSoundInUse(int sound) const; virtual void stopSound(int sound); - void stopAllSounds(); + virtual void stopAllSounds(); void soundKludge(int *list, int num); void talkSound(uint32 a, uint32 b, int mode, int channel = 0); virtual void setupSound(); -- cgit v1.2.3