Started conversion of debug messages and debug levels to the ScummVM equivalents. Removed the "stubs" and "warnings" debug levels and replaced such kinds of messages with normal warnings
svn-id: r38617
This commit is contained in:
parent
2080166499
commit
ac716ad843
19 changed files with 111 additions and 88 deletions
|
@ -2525,7 +2525,6 @@ c_handle_config_update(const generic_config_flag_t *flags, int flags_nr,
|
|||
}
|
||||
|
||||
const generic_config_flag_t SCIk_Debug_Names[SCIk_DEBUG_MODES] = {
|
||||
{"Stubs", 'u', (1 << SCIkSTUB_NR)},
|
||||
{"Lists and nodes", 'l', (1 << 1)},
|
||||
{"Graphics", 'g', (1 << 2)},
|
||||
{"Character handling", 'c', (1 << 3)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue