aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-08-28 14:45:52 +0000
committerTorbjörn Andersson2004-08-28 14:45:52 +0000
commite023ba7a815b4b9f28ea7bffc144372cd0cd18c1 (patch)
tree191240195b033e5ebec3ad611cab734ea60f8e36 /sky
parent3e75807fa8abc890a10c97724b004fc4ae9c2d33 (diff)
downloadscummvm-rg350-e023ba7a815b4b9f28ea7bffc144372cd0cd18c1.tar.gz
scummvm-rg350-e023ba7a815b4b9f28ea7bffc144372cd0cd18c1.tar.bz2
scummvm-rg350-e023ba7a815b4b9f28ea7bffc144372cd0cd18c1.zip
Make it possible to compile with WITH_DEBUG_CHEATS again.
svn-id: r14817
Diffstat (limited to 'sky')
-rw-r--r--sky/sky.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index c03e6d920a..9912fccfce 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -76,6 +76,10 @@ extern bool draw_keyboard;
#undef WITH_DEBUG_CHEATS
+#ifdef WITH_DEBUG_CHEATS
+#include "sky/grid.h"
+#endif
+
static const GameSettings skySetting =
{"sky", "Beneath a Steel Sky", 0 };