mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-28 15:26:12 +00:00
SCI: Remove unnecessary cast.
This commit is contained in:
parent
5f4d83c38d
commit
f3afb32ee6
@ -588,7 +588,7 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const FileMap &allFiles,
|
||||
s_fallbackDesc.extra = "CD";
|
||||
}
|
||||
|
||||
return (const ADGameDescription *)&s_fallbackDesc;
|
||||
return &s_fallbackDesc;
|
||||
}
|
||||
|
||||
bool SciMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user