Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5 DOS CD.
svn-id: r47948
This commit is contained in:
parent
d7a7fcd3a4
commit
ecd8e6f7d1
2 changed files with 26 additions and 57 deletions
|
@ -35,9 +35,8 @@ enum FeatureDetection {
|
|||
kDetectGfxFunctions = 0,
|
||||
kDetectMoveCountType = 1,
|
||||
kDetectSoundType = 2,
|
||||
kDetectSetCursorType = 3,
|
||||
kDetectLofsType = 4,
|
||||
kDetectSci21KernelTable = 5
|
||||
kDetectLofsType = 3,
|
||||
kDetectSci21KernelTable = 4
|
||||
};
|
||||
|
||||
class GameFeatures {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue