Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeature comments
svn-id: r34896
This commit is contained in:
parent
70679e6895
commit
61aadb378d
32 changed files with 193 additions and 142 deletions
|
@ -2134,10 +2134,13 @@ public:
|
|||
};
|
||||
|
||||
bool GobMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Gob::GobEngine::hasFeature(EngineFeature f) const {
|
||||
return
|
||||
(f == kSupportsRTL);
|
||||
}
|
||||
|
||||
bool GobMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const {
|
||||
const Gob::GOBGameDescription *gd = (const Gob::GOBGameDescription *)desc;
|
||||
if (gd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue