From dec9ef3123dc2cf66983813fd58f4acff6806ce3 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Wed, 3 Dec 2014 21:52:52 +0100 Subject: ILLUSIONS: Move Duckman inventory code to own class and file --- engines/illusions/scriptopcodes_duckman.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/illusions/scriptopcodes_duckman.cpp') diff --git a/engines/illusions/scriptopcodes_duckman.cpp b/engines/illusions/scriptopcodes_duckman.cpp index b7ec463357..e8aa7f7317 100644 --- a/engines/illusions/scriptopcodes_duckman.cpp +++ b/engines/illusions/scriptopcodes_duckman.cpp @@ -247,7 +247,7 @@ void ScriptOpcodes_Duckman::opEnterScene18(ScriptThread *scriptThread, OpCall &o _vm->enterScene(sceneId, 0); } -static uint dsceneId = 0, dthreadId = 0; +//static uint dsceneId = 0, dthreadId = 0; //static uint dsceneId = 0x00010008, dthreadId = 0x00020029;//Beginning in Jac //static uint dsceneId = 0x0001000A, dthreadId = 0x00020043;//Home front //static uint dsceneId = 0x0001000E, dthreadId = 0x0002007C; @@ -260,7 +260,7 @@ static uint dsceneId = 0, dthreadId = 0; //static uint dsceneId = 0x00010036, dthreadId = 0x000201B5; //static uint dsceneId = 0x00010039, dthreadId = 0x00020089;//Map //static uint dsceneId = 0x0001003D, dthreadId = 0x000201E0; -//static uint dsceneId = 0x0001004B, dthreadId = 0x0002029B; +static uint dsceneId = 0x0001004B, dthreadId = 0x0002029B; //static uint dsceneId = 0x0001005B, dthreadId = 0x00020341; //static uint dsceneId = 0x00010010, dthreadId = 0x0002008A; -- cgit v1.2.3