- Removed debug_mode from the engine state
- Turned all SCIkwarn and SCIkdebug functions to ScummVM's debugC function - Placed some debug code in appropriate defines: DEBUG_PARSER, DEBUG_AVOIDPATH and DEBUG_SOUND - Removed the "debuglog" command and the "script_checkloads_flag" and "sci_debug_flags" variables svn-id: r41033
This commit is contained in:
parent
69582f0179
commit
3490819a66
23 changed files with 288 additions and 503 deletions
|
@ -499,7 +499,7 @@ reg_t kalloc(EngineState *s, const char *type, int space) {
|
|||
reg_t reg;
|
||||
|
||||
s->seg_manager->alloc_hunk_entry(type, space, ®);
|
||||
SCIkdebug(SCIkMEM, "Allocated %d at hunk %04x:%04x (%s)\n", space, PRINT_REG(reg), type);
|
||||
debugC(2, kDebugLevelMemory, "Allocated %d at hunk %04x:%04x (%s)\n", space, PRINT_REG(reg), type);
|
||||
|
||||
return reg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue