mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
Make it possible to compile with WITH_DEBUG_CHEATS again.
svn-id: r14817
This commit is contained in:
parent
3e75807fa8
commit
e023ba7a81
@ -76,6 +76,10 @@ extern bool draw_keyboard;
|
|||||||
|
|
||||||
#undef WITH_DEBUG_CHEATS
|
#undef WITH_DEBUG_CHEATS
|
||||||
|
|
||||||
|
#ifdef WITH_DEBUG_CHEATS
|
||||||
|
#include "sky/grid.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static const GameSettings skySetting =
|
static const GameSettings skySetting =
|
||||||
{"sky", "Beneath a Steel Sky", 0 };
|
{"sky", "Beneath a Steel Sky", 0 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user