mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
Removed debug output I accidentally checked in
svn-id: r25308
This commit is contained in:
parent
7101c0ef26
commit
e3aeb0255b
@ -1491,7 +1491,6 @@ bool Inter_v2::o2_goblinFunc(char &cmdCount, int16 &counter, int16 &retFlag) {
|
||||
cmd = load16();
|
||||
_vm->_global->_inter_execPtr += 2;
|
||||
|
||||
warning("goblinFunc %d", cmd);
|
||||
if (cmd != 101)
|
||||
executeGoblinOpcode(cmd, extraData, NULL, NULL);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user