- 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
|
@ -842,8 +842,6 @@ EngineState *gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) {
|
|||
retval->have_bp = s->have_bp;
|
||||
retval->bp_list = s->bp_list;
|
||||
|
||||
retval->debug_mode = s->debug_mode;
|
||||
|
||||
retval->kernel_opt_flags = 0;
|
||||
retval->have_mouse_flag = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue