diff options
-rw-r--r-- | engines/illusions/duckman/scriptopcodes_duckman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |