diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 7ebe07f297..f61d9b307d 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -157,20 +157,6 @@ enum { DEBUG_SMUSH = 1 << 10 // Track SMUSH }; - -// Debug channel lookup table for Debugger console -static const dbgChannelDesc debugChannels[] = { - {"SCRIPTS", "Track script execution", DEBUG_SCRIPTS}, - {"OPCODES", "Track opcode execution", DEBUG_OPCODES}, - {"IMUSE", "Track iMUSE events", DEBUG_IMUSE}, - {"RESOURCE", "Track resource loading/management", DEBUG_RESOURCE}, - {"VARS", "Track variable changes", DEBUG_VARS}, - {"ACTORS", "Actor-related debug", DEBUG_ACTORS}, - {"SOUND", "Sound related debug", DEBUG_SOUND}, - {"INSANE", "Track INSANE", DEBUG_INSANE}, - {"SMUSH", "Track SMUSH", DEBUG_SMUSH} -}; - struct MemBlkHeader { uint32 size; }; |