DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointer
This commit is contained in:
parent
5016645345
commit
d9a996e6ef
4 changed files with 33 additions and 33 deletions
|
@ -485,7 +485,7 @@ const ADGameDescription *AdvancedMetaEngine::detectGameFilebased(const FileMap &
|
|||
const ADGameDescription *matchedDesc = 0;
|
||||
|
||||
for (ptr = fileBasedFallback; ptr->desc; ++ptr) {
|
||||
const ADGameDescription *agdesc = (const ADGameDescription *)ptr->desc;
|
||||
const ADGameDescription *agdesc = ptr->desc;
|
||||
int numMatchedFiles = 0;
|
||||
bool fileMissing = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue