aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 14:58:40 +0000
committerJohannes Schickel2009-05-24 14:58:40 +0000
commite9401655dd84618e3bf6cf82a58e78c33f41b384 (patch)
tree3c56a3621e7741088079f708cb11eb98d5a8508f /engines/kyra/sound_lol.cpp
parent6651cdc97c19571966eb29936e7849af003008b7 (diff)
downloadscummvm-rg350-e9401655dd84618e3bf6cf82a58e78c33f41b384.tar.gz
scummvm-rg350-e9401655dd84618e3bf6cf82a58e78c33f41b384.tar.bz2
scummvm-rg350-e9401655dd84618e3bf6cf82a58e78c33f41b384.zip
Commit patch #2796028 "lol files are always compiled" with some slight extension.
svn-id: r40865
Diffstat (limited to 'engines/kyra/sound_lol.cpp')
-rw-r--r--engines/kyra/sound_lol.cpp5
1 files changed, 5 insertions, 0 deletions
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
+