From e9401655dd84618e3bf6cf82a58e78c33f41b384 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 14:58:40 +0000 Subject: Commit patch #2796028 "lol files are always compiled" with some slight extension. svn-id: r40865 --- engines/kyra/sound_lol.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/kyra/sound_lol.cpp') diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp index 4cd033c885..1c6d427661 100644 --- a/engines/kyra/sound_lol.cpp +++ b/engines/kyra/sound_lol.cpp @@ -23,6 +23,8 @@ * */ +#ifdef ENABLE_LOL + #include "kyra/sound.h" #include "kyra/lol.h" #include "kyra/resource.h" @@ -296,3 +298,6 @@ int LoLEngine::snd_stopMusic() { } } // end of namespace Kyra + +#endif // ENABLE_LOL + -- cgit v1.2.3