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:
Filippos Karapetis 2009-02-20 20:11:12 +00:00
parent 2080166499
commit ac716ad843
19 changed files with 111 additions and 88 deletions

View file

@ -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)},