mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
Increased debug level in the name of sanity.
svn-id: r15613
This commit is contained in:
parent
e31cd239bd
commit
d37a55ef19
@ -230,7 +230,7 @@ int Script::SThreadRun(R_SCRIPT_THREAD *thread, int instr_limit, int msec) {
|
||||
saved_offset = thread->i_offset;
|
||||
in_char = scriptS.readByte();
|
||||
|
||||
debug(0, "Executing thread offset: %lu (%x) stack: %d", thread->i_offset, in_char, thread->stackSize());
|
||||
debug(1, "Executing thread offset: %lu (%x) stack: %d", thread->i_offset, in_char, thread->stackSize());
|
||||
|
||||
switch (in_char) {
|
||||
case 0x01: // nextblock
|
||||
|
Loading…
x
Reference in New Issue
Block a user