aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/items_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-03-04 11:53:25 +0000
committerJohannes Schickel2009-03-04 11:53:25 +0000
commitefd7c2eac972e86c6e0d4699dcb8f2ce38649587 (patch)
treebffa819253284085c6d951c2a20d10bcebf2e361 /engines/kyra/items_lol.cpp
parent565c075e3b7491a20618b46df09403cf323efed7 (diff)
downloadscummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.gz
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.bz2
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.zip
Ease conditional LoL compiling with build systems not based on the default one.
svn-id: r39125
Diffstat (limited to 'engines/kyra/items_lol.cpp')
-rw-r--r--engines/kyra/items_lol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/items_lol.cpp b/engines/kyra/items_lol.cpp
index 7c584f7738..8bbcc91332 100644
--- a/engines/kyra/items_lol.cpp
+++ b/engines/kyra/items_lol.cpp
@@ -23,6 +23,7 @@
*
*/
+#ifdef ENABLE_LOL
#include "kyra/lol.h"
#include "kyra/screen_lol.h"
@@ -268,4 +269,5 @@ void LoLEngine::foundItemSub(int item, int block) {
} // end of namespace Kyra
+#endif // ENABLE_LOL