- 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
|
@ -109,7 +109,6 @@ EngineState::EngineState() : _dirseeker(this) {
|
|||
parser_lastmatch_word = 0;
|
||||
bp_list = 0;
|
||||
have_bp = 0;
|
||||
debug_mode = 0;
|
||||
sys_strings_segment = 0;
|
||||
sys_strings = 0;
|
||||
string_frag_segment = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue