[Scummvm-cvs-logs] CVS: scummvm/sky sound.h,1.14,1.15

Robert G?ffringmann lavosspawn at users.sourceforge.net
Sat Aug 9 12:21:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv27993/sky

Modified Files:
	sound.h 
Log Message:
makes use of SoundMixer::pauseChannels() now.

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sound.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sound.h	23 Jul 2003 19:33:34 -0000	1.14
+++ sound.h	9 Aug 2003 19:20:10 -0000	1.15
@@ -68,8 +68,8 @@
 	void fnStartFx(uint32 sound, uint8 channel);
 	bool startSpeech(uint16 textNum);
 	bool speechFinished(void) { return _ingameSpeech == 0; };
-	void fnPauseFx(void) { _mixer->pause(true); };
-	void fnUnPauseFx(void) { _mixer->pause(false); };
+	void fnPauseFx(void) { _mixer->pauseChannels(true); };
+	void fnUnPauseFx(void) { _mixer->pauseChannels(false); };
 	void fnStopFx(void);
 	void stopSpeech(void);
 	void checkFxQueue(void);





More information about the Scummvm-git-logs mailing list