[Scummvm-cvs-logs] CVS: scummvm/queen sound.h,1.18,1.19

Oliver Kiehl olki at users.sourceforge.net
Tue Jan 27 19:03:25 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27831

Modified Files:
	sound.h 
Log Message:
fix compile


Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sound.h	25 Jan 2004 22:10:23 -0000	1.18
+++ sound.h	26 Jan 2004 01:07:17 -0000	1.19
@@ -130,7 +130,7 @@
 class OGGSound : public Sound {
 public:
 	OGGSound(SoundMixer *mixer, QueenEngine *vm) : Sound(mixer, vm) {};
-	void sfxPlay(const char *name);
+	void sfxPlay(const char *name, bool isSpeech);
 };
 #endif
 } // End of namespace Queen





More information about the Scummvm-git-logs mailing list