Added new debug category for string handling

svn-id: r29772
This commit is contained in:
Paul Gilbert 2007-12-09 05:57:08 +00:00
parent 3980bd73ea
commit a39ddab09a
6 changed files with 34 additions and 10 deletions

View file

@ -47,6 +47,7 @@ LureEngine::LureEngine(OSystem *system, const LureGameDescription *gameDesc): En
Common::addSpecialDebugLevel(kLureDebugHotspots, "hotspots", "Hotspots debugging");
Common::addSpecialDebugLevel(kLureDebugFights, "fights", "Fights debugging");
Common::addSpecialDebugLevel(kLureDebugSounds, "sounds", "Sounds debugging");
Common::addSpecialDebugLevel(kLureDebugStrings, "strings", "Strings debugging");
// Setup mixer