From 6646a6e3ac4f9d75487e6fd62735c9c69a0af06b Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 11 May 2005 15:55:40 +0000 Subject: Added "FluidSynth" to the features string. We may have to start word- wrapping it in the "About" dialog... svn-id: r18055 --- base/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 95681740b8..df3f234eff 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -120,6 +120,11 @@ const char *gScummVMFeatures = "" #ifdef USE_MPEG2 "MPEG2 " #endif + +#ifdef USE_FLUIDSYNTH + "FluidSynth " +#endif + ; #if defined(__amigaos4__) -- cgit v1.2.3