mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Remove left over debug ocde.
svn-id: r28555
This commit is contained in:
parent
41b8ec417c
commit
9a9f801e93
@ -1229,7 +1229,6 @@ bool HotspotScript::execute(Hotspot *h)
|
||||
case S2_OPCODE_PLAY_SOUND:
|
||||
param1 = nextVal(scriptData, offset);
|
||||
param2 = nextVal(scriptData, offset);
|
||||
error("XYZZY Params=%d,%d", param1, param2);
|
||||
|
||||
if ((param2 == 0) || (room.roomNumber() == param2)) {
|
||||
debugC(ERROR_DETAILED, kLureDebugScripts, "PLAY_SOUND(%d,%d)", param1, param2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user