diff options
author | Travis Howell | 2005-05-11 09:38:01 +0000 |
---|---|---|
committer | Travis Howell | 2005-05-11 09:38:01 +0000 |
commit | cb99df182c914bfc63d1a50850f00741685f1b71 (patch) | |
tree | 360379275f9ded2642ee612c76fd713594c802fd | |
parent | d0fabce0ad8facec467adbdeb25503195353122f (diff) | |
download | scummvm-rg350-cb99df182c914bfc63d1a50850f00741685f1b71.tar.gz scummvm-rg350-cb99df182c914bfc63d1a50850f00741685f1b71.tar.bz2 scummvm-rg350-cb99df182c914bfc63d1a50850f00741685f1b71.zip |
Extra debugs no longer required.
svn-id: r18047
-rw-r--r-- | scumm/script_v90he.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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: |