From 603a5e4d6f7403d3d797ead4b4cc909ab55c34d1 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 10 Aug 2005 12:42:56 +0000 Subject: Don't explicity check for tremor and vorbis everywhere and require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 --- base/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/engine.cpp b/base/engine.cpp index 0fd5aaee6e..d84728a2e0 100644 --- a/base/engine.cpp +++ b/base/engine.cpp @@ -94,7 +94,7 @@ void Engine::checkCD() { // If we can find a compressed audio track, then it should be ok even // if it's running from CD. -#if defined(USE_VORBIS) || defined(USE_TREMOR) +#ifdef USE_VORBIS if (Common::File::exists("track1.ogg")) return; #endif -- cgit v1.2.3