From 7cb437b56f95bff06b0c79be93cd619b95662346 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2009 05:10:24 +0000 Subject: Renamed SpecialDebugLevel to DebugChannel svn-id: r36142 --- base/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 8540c309e0..d75d5a893b 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -180,7 +180,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const Common::StringTokenizer tokenizer(edebuglevels, " ,"); while (!tokenizer.empty()) { Common::String token = tokenizer.nextToken(); - if (!enableSpecialDebugLevel(token)) + if (!enableDebugChannel(token)) warning("Engine does not support debug level '%s'", token.c_str()); } @@ -202,7 +202,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const system.engineDone(); // We clear all debug levels again even though the engine should do it - Common::clearAllSpecialDebugLevels(); + Common::clearAllDebugChannels(); // Free up memory delete engine; -- cgit v1.2.3