mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
Extra debugs no longer required.
svn-id: r18047
This commit is contained in:
parent
d0fabce0ad
commit
cb99df182c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user