SHERLOCK: Simplify detection entry
This commit is contained in:
parent
263f33a9f8
commit
7ca37bef9f
3 changed files with 2 additions and 15 deletions
|
@ -33,7 +33,6 @@ struct SherlockGameDescription {
|
|||
ADGameDescription desc;
|
||||
|
||||
int gameID;
|
||||
uint32 features;
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -43,13 +42,6 @@ uint32 SherlockEngine::getGameID() const {
|
|||
return _gameDescription->gameID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the features the currently playing game has
|
||||
*/
|
||||
uint32 SherlockEngine::getGameFeatures() const {
|
||||
return _gameDescription->features;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return's the platform the game's datafiles are for
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue