From 7f766fc2a55a792fbd1be2c5ed8752b8469ee9fc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 15 Sep 2004 01:56:42 +0000 Subject: Only palette is different svn-id: r15122 --- scumm/script_v7he.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/script_v7he.cpp') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index e72fadd1a2..9aa2baf9c8 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -761,6 +761,7 @@ void ScummEngine_v7he::o7_kernelSetFunctions() { num = getStackList(args, ARRAYSIZE(args)); + debug(1, "o7_kernelSetFunctions: case %d (param count %d)", args[0], num); switch (args[0]) { case 1: // Used to restore images when decorating cake in -- cgit v1.2.3