aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
diff options
context:
space:
mode:
authorHenry Bush2008-11-16 19:20:30 +0000
committerHenry Bush2008-11-16 19:20:30 +0000
commite1fdb1f882c7937d34e99dbfeeb3154846eee565 (patch)
treef4506a358b7e99b7b36f3302306c4a8150b6d2b4 /engines/groovie/groovie.cpp
parent1459ece153863564e60934c001bf02d949bbdd60 (diff)
downloadscummvm-rg350-e1fdb1f882c7937d34e99dbfeeb3154846eee565.tar.gz
scummvm-rg350-e1fdb1f882c7937d34e99dbfeeb3154846eee565.tar.bz2
scummvm-rg350-e1fdb1f882c7937d34e99dbfeeb3154846eee565.zip
T7G: Two leftover commits from t7gre: fix broken palette on intro video, and add scriptvar debug flag
svn-id: r35095
Diffstat (limited to 'engines/groovie/groovie.cpp')
-rw-r--r--engines/groovie/groovie.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index b4de460355..f6ee1add07 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -52,6 +52,8 @@ GroovieEngine::GroovieEngine(OSystem *syst, GroovieGameDescription *gd) :
Common::addSpecialDebugLevel(kGroovieDebugUnknown, "Unknown", "Report values of unknown data in files");
Common::addSpecialDebugLevel(kGroovieDebugHotspots, "Hotspots", "Show the hotspots");
Common::addSpecialDebugLevel(kGroovieDebugCursor, "Cursor", "Debug cursor decompression / switching");
+ Common::addSpecialDebugLevel(kGroovieDebugMIDI, "MIDI", "Debug MIDI / XMIDI files");
+ Common::addSpecialDebugLevel(kGroovieDebugScriptvars, "Scriptvars", "Print out any change to script variables");
}
GroovieEngine::~GroovieEngine() {