aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/features.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-02-07 02:53:07 +0000
committerMatthew Hoops2010-02-07 02:53:07 +0000
commitecd8e6f7d1f8071e22b51a4387a62c352d1e211f (patch)
treeba8180c52b2523b0d2c688207809c37098c921da /engines/sci/engine/features.h
parentd7a7fcd3a4c48840021adda1c456e5cb7ff2d9e5 (diff)
downloadscummvm-rg350-ecd8e6f7d1f8071e22b51a4387a62c352d1e211f.tar.gz
scummvm-rg350-ecd8e6f7d1f8071e22b51a4387a62c352d1e211f.tar.bz2
scummvm-rg350-ecd8e6f7d1f8071e22b51a4387a62c352d1e211f.zip
Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5 DOS CD.
svn-id: r47948
Diffstat (limited to 'engines/sci/engine/features.h')
-rw-r--r--engines/sci/engine/features.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/sci/engine/features.h b/engines/sci/engine/features.h
index 11948a5987..caa2ae11da 100644
--- a/engines/sci/engine/features.h
+++ b/engines/sci/engine/features.h
@@ -35,9 +35,8 @@ enum FeatureDetection {
kDetectGfxFunctions = 0,
kDetectMoveCountType = 1,
kDetectSoundType = 2,
- kDetectSetCursorType = 3,
- kDetectLofsType = 4,
- kDetectSci21KernelTable = 5
+ kDetectLofsType = 3,
+ kDetectSci21KernelTable = 4
};
class GameFeatures {