Added new debug category for string handling
svn-id: r29772
This commit is contained in:
parent
3980bd73ea
commit
a39ddab09a
6 changed files with 34 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue