[Scummvm-cvs-logs] CVS: scummvm/sky sound.h,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Fri Sep 5 13:50:07 CEST 2003


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

Modified Files:
	sound.h 
Log Message:
cleaned up sound/mixer.h a bit; renamed some mixer methods for consistency

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sound.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sound.h	20 Aug 2003 12:12:11 -0000	1.16
+++ sound.h	5 Sep 2003 20:48:32 -0000	1.17
@@ -68,8 +68,8 @@
 	void fnStartFx(uint32 sound, uint8 channel);
 	bool startSpeech(uint16 textNum);
 	bool speechFinished(void) { return _ingameSpeech == 0; };
-	void fnPauseFx(void) { _mixer->pauseChannels(true); };
-	void fnUnPauseFx(void) { _mixer->pauseChannels(false); };
+	void fnPauseFx(void) { _mixer->pauseAll(true); };
+	void fnUnPauseFx(void) { _mixer->pauseAll(false); };
 	void fnStopFx(void);
 	void stopSpeech(void);
 	void checkFxQueue(void);





More information about the Scummvm-git-logs mailing list