[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.81,1.82

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed May 11 09:01:10 CEST 2005


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

Modified Files:
	main.cpp 
Log Message:
Added "FluidSynth" to the features string. We may have to start word-
wrapping it in the "About" dialog...


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- main.cpp	10 May 2005 23:17:14 -0000	1.81
+++ main.cpp	11 May 2005 15:55:40 -0000	1.82
@@ -120,6 +120,11 @@
 #ifdef USE_MPEG2
 	"MPEG2 "
 #endif
+
+#ifdef USE_FLUIDSYNTH
+	"FluidSynth "
+#endif
+
 	;
 
 #if defined(__amigaos4__)





More information about the Scummvm-git-logs mailing list