aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-10 14:00:43 +0000
committerMartin Kiewitz2010-07-10 14:00:43 +0000
commite807983e8fd742334348f99fcdb72d351b18d2e6 (patch)
tree866497bd6268bf019f1082317dd48a9257aef499 /engines/sci/sci.h
parentce6a73adf532045c60f4c4072228b7bfdff87385 (diff)
downloadscummvm-rg350-e807983e8fd742334348f99fcdb72d351b18d2e6.tar.gz
scummvm-rg350-e807983e8fd742334348f99fcdb72d351b18d2e6.tar.bz2
scummvm-rg350-e807983e8fd742334348f99fcdb72d351b18d2e6.zip
SCI: removed unused debug flags, changed fileio debug prints to only happen on debugflag "file"
svn-id: r50782
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h29
1 files changed, 13 insertions, 16 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index c09342f749..8f7205ea7a 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -84,22 +84,19 @@ enum kDebugLevels {
kDebugLevelFuncCheck = 1 << 5,
kDebugLevelBresen = 1 << 6,
kDebugLevelSound = 1 << 7,
- kDebugLevelGfxDriver = 1 << 8,
- kDebugLevelBaseSetter = 1 << 9,
- kDebugLevelParser = 1 << 10,
- kDebugLevelMenu = 1 << 11,
- kDebugLevelSaid = 1 << 12,
- kDebugLevelFile = 1 << 13,
- kDebugLevelTime = 1 << 14,
- kDebugLevelRoom = 1 << 15,
- kDebugLevelAvoidPath = 1 << 16,
- kDebugLevelDclInflate = 1 << 17,
- kDebugLevelVM = 1 << 18,
- kDebugLevelScripts = 1 << 19,
- kDebugLevelGC = 1 << 20,
- kDebugLevelSci0Pic = 1 << 21,
- kDebugLevelResMan = 1 << 22,
- kDebugLevelOnStartup = 1 << 23
+ kDebugLevelBaseSetter = 1 << 8,
+ kDebugLevelParser = 1 << 9,
+ kDebugLevelSaid = 1 << 10,
+ kDebugLevelFile = 1 << 11,
+ kDebugLevelTime = 1 << 12,
+ kDebugLevelRoom = 1 << 13,
+ kDebugLevelAvoidPath = 1 << 14,
+ kDebugLevelDclInflate = 1 << 15,
+ kDebugLevelVM = 1 << 16,
+ kDebugLevelScripts = 1 << 17,
+ kDebugLevelGC = 1 << 18,
+ kDebugLevelResMan = 1 << 19,
+ kDebugLevelOnStartup = 1 << 20
};
enum SciGameId {