SCI: Do not set _singleId in SciMetaEngine
This allows the engine to set the correct game ID to each entry. With _singleId set, all the IDs in the game entries are set to "sci"
This commit is contained in:
parent
f4bf93fd67
commit
8248944f1e
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ static char s_fallbackGameIdBuf[256];
|
|||
class SciMetaEngine : public AdvancedMetaEngine {
|
||||
public:
|
||||
SciMetaEngine() : AdvancedMetaEngine(Sci::SciGameDescriptions, sizeof(ADGameDescription), s_sciGameTitles) {
|
||||
_singleid = "sci";
|
||||
}
|
||||
|
||||
virtual const char *getName() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue