mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
COMMON: Rename DebugManager global/member names
This commit is contained in:
@@ -979,7 +979,7 @@ static void printDebugFlags(const DebugChannelDef *debugChannels) {
|
||||
/** List debug flags*/
|
||||
static void listDebugFlags(const Common::String &engineID) {
|
||||
if (engineID == "global")
|
||||
printDebugFlags(globalDebugChannels);
|
||||
printDebugFlags(gDebugChannels);
|
||||
else {
|
||||
const PluginList &plugins = EngineMan.getPlugins();
|
||||
for (PluginList::const_iterator iter = plugins.begin(); iter != plugins.end(); ++iter) {
|
||||
|
||||
Reference in New Issue
Block a user