From 95d6171b56eba42a86dad2a7e65341760cf10001 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Mon, 16 Apr 2018 23:19:01 +1000 Subject: Disable debug scene override --- engines/illusions/duckman/scriptopcodes_duckman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/illusions/duckman') diff --git a/engines/illusions/duckman/scriptopcodes_duckman.cpp b/engines/illusions/duckman/scriptopcodes_duckman.cpp index 251800268c..ad6ec9d6a7 100644 --- a/engines/illusions/duckman/scriptopcodes_duckman.cpp +++ b/engines/illusions/duckman/scriptopcodes_duckman.cpp @@ -287,7 +287,7 @@ void ScriptOpcodes_Duckman::opChangeScene(ScriptThread *scriptThread, OpCall &op debug(1, "changeScene(%08X, %08X)", sceneId, threadId); //DEBUG -#if 1 +#if 0 if (dsceneId) { sceneId = dsceneId; threadId = dthreadId; -- cgit v1.2.3