[Scummvm-cvs-logs] CVS: scummvm/queen sound.cpp,1.6,1.7

Joost Peters joostp at users.sourceforge.net
Tue Oct 28 07:43:03 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv2856/queen

Modified Files:
	sound.cpp 
Log Message:
forgot this

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sound.cpp	28 Oct 2003 15:26:05 -0000	1.6
+++ sound.cpp	28 Oct 2003 15:33:45 -0000	1.7
@@ -117,6 +117,7 @@
 		case COMPRESSION_OGG:
 				#ifndef USE_VORBIS
 					warning("Using OGG compressed datafile, but OGG support not compiled in");
+					return new SilentSound(mixer, input, resource);
 				#else
 					return new OGGSound(mixer, input, resource);
 				#endif





More information about the Scummvm-git-logs mailing list