aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/console.cpp')
-rw-r--r--engines/cine/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/console.cpp b/engines/cine/console.cpp
index 4af28592e7..46f0ea61d3 100644
--- a/engines/cine/console.cpp
+++ b/engines/cine/console.cpp
@@ -28,6 +28,7 @@ namespace Cine {
bool labyrinthCheat;
CineConsole::CineConsole(CineEngine *vm) : GUI::Debugger(), _vm(vm) {
+ assert(_vm);
DCmd_Register("labyrinthCheat", WRAP_METHOD(CineConsole, Cmd_LabyrinthCheat));
labyrinthCheat = false;