SCUMM: Add missing debug channel terminator
This commit is contained in:
parent
41226396b2
commit
55344bf0bc
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ static const DebugChannelDef debugFlagList[] = {
|
|||
{Scumm::DEBUG_SOUND, "SOUND", "Sound related debug"},
|
||||
{Scumm::DEBUG_INSANE, "INSANE", "Track INSANE"},
|
||||
{Scumm::DEBUG_SMUSH, "SMUSH", "Track SMUSH"},
|
||||
{Scumm::DEBUG_MOONBASE_AI, "MOONBASEAI", "Track Moonbase AI"}
|
||||
{Scumm::DEBUG_MOONBASE_AI, "MOONBASEAI", "Track Moonbase AI"},
|
||||
DEBUG_CHANNEL_END
|
||||
};
|
||||
|
||||
using namespace Scumm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue