From cb99df182c914bfc63d1a50850f00741685f1b71 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 11 May 2005 09:38:01 +0000 Subject: Extra debugs no longer required. svn-id: r18047 --- scumm/script_v90he.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scumm') diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 181b3fd394..e0ba5b0209 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -2545,8 +2545,6 @@ void ScummEngine_v90he::o90_kernelGetFunctions() { push(tmp); break; case 2001: - // Used in football - debug(0, "o90_kernelGetFunctions: U32 code %d (args %d) %d", args[1], num - 2, args[2]); push(_logicHE->dispatch(args[1], num - 2, (int32 *)&args[2])); break; default: @@ -2611,8 +2609,6 @@ void ScummEngine_v90he::o90_kernelSetFunctions() { a->_heCondMask ^= tmp; break; case 2001: - // Used in SoccerMLS/Soccer2004 - debug(1, "o90_kernelSetFunctions: U32 code %d (args %d) %d", args[1], num - 2, args[2]); _logicHE->dispatch(args[1], num - 2, (int32 *)&args[2]); break; default: -- cgit v1.2.3