aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman
diff options
context:
space:
mode:
authorEric Fry2018-05-02 18:46:32 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit2f551cabbacf64d336a855ec087fb6e31c484161 (patch)
tree7876ccaba47771958dbd827802c96efeda0550c4 /engines/illusions/duckman
parent5dd96b6fbe574d8ea2ec3710b46fe94779c3d3ce (diff)
downloadscummvm-rg350-2f551cabbacf64d336a855ec087fb6e31c484161.tar.gz
scummvm-rg350-2f551cabbacf64d336a855ec087fb6e31c484161.tar.bz2
scummvm-rg350-2f551cabbacf64d336a855ec087fb6e31c484161.zip
ILLUSIONS: Change video skip key from escape to space
Add debug logging on unknown background info field Removed unused debug variables
Diffstat (limited to 'engines/illusions/duckman')
-rw-r--r--engines/illusions/duckman/scriptopcodes_duckman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/duckman/scriptopcodes_duckman.cpp b/engines/illusions/duckman/scriptopcodes_duckman.cpp
index c453aebd0a..db8a7a8b15 100644
--- a/engines/illusions/duckman/scriptopcodes_duckman.cpp
+++ b/engines/illusions/duckman/scriptopcodes_duckman.cpp
@@ -276,7 +276,7 @@ void ScriptOpcodes_Duckman::opUnloadResourcesBySceneId(ScriptThread *scriptThrea
//static uint dsceneId = 0x10002, dthreadId = 0x20001;//Debug menu, not supported
//static uint dsceneId = 0x10044, dthreadId = 0x000202B8; // Starship Enterprise
//static uint dsceneId = 0x00010039, dthreadId = 0x00020089; // Map
-static uint dsceneId = 0x00010052, dthreadId = 0x00020347; // Credits
+//static uint dsceneId = 0x00010052, dthreadId = 0x00020347; // Credits
void ScriptOpcodes_Duckman::opChangeScene(ScriptThread *scriptThread, OpCall &opCall) {
ARG_SKIP(2);