diff options
-rw-r--r-- | engines/gob/gob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 93bef2b1fc..3b267e4916 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -148,7 +148,7 @@ GobEngine::GobEngine(GameDetector *detector, OSystem * syst, uint32 features) Common::addSpecialDebugLevel(DEBUG_DRAWOP, "DrawOpcodes", "Script DrawOpcodes debug level"); Common::addSpecialDebugLevel(DEBUG_GOBOP, "GoblinOpcodes", "Script GoblinOpcodes debug level"); Common::addSpecialDebugLevel(DEBUG_MUSIC, "Music", "CD and adlib music debug level"); - Common::addSpecialDebugLevel(DEBUG_PARSER, "Music", "Parser debug level"); + Common::addSpecialDebugLevel(DEBUG_PARSER, "Parser", "Parser debug level"); Common::addSpecialDebugLevel(DEBUG_GAMEFLOW, "Gameflow", "Gameflow debug level"); Common::addSpecialDebugLevel(DEBUG_FILEIO, "FileIO", "File Input/Output debug level"); Common::addSpecialDebugLevel(DEBUG_GRAPHICS, "Graphics", "Graphics debug level"); |