[Scummvm-cvs-logs] SF.net SVN: scummvm: [20868] scummvm/trunk/engines/gob/gob.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sat Feb 25 02:17:04 CET 2006


Revision: 20868
Author:   drmccoy
Date:     2006-02-25 02:16:46 -0800 (Sat, 25 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20868&view=rev

Log Message:
-----------
Fix c&p mistake in adding DEBUG_PARSER debug level

Modified Paths:
--------------
    scummvm/trunk/engines/gob/gob.cpp
Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2006-02-25 02:47:22 UTC (rev 20867)
+++ scummvm/trunk/engines/gob/gob.cpp	2006-02-25 10:16:46 UTC (rev 20868)
@@ -148,7 +148,7 @@
 	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");







More information about the Scummvm-git-logs mailing list