Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5 DOS CD.

svn-id: r47948
This commit is contained in:
Matthew Hoops 2010-02-07 02:53:07 +00:00
parent d7a7fcd3a4
commit ecd8e6f7d1
2 changed files with 26 additions and 57 deletions

View file

@ -35,9 +35,8 @@ enum FeatureDetection {
kDetectGfxFunctions = 0,
kDetectMoveCountType = 1,
kDetectSoundType = 2,
kDetectSetCursorType = 3,
kDetectLofsType = 4,
kDetectSci21KernelTable = 5
kDetectLofsType = 3,
kDetectSci21KernelTable = 4
};
class GameFeatures {