DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointer

This commit is contained in:
Max Horn 2011-06-14 18:21:44 +02:00
parent 5016645345
commit d9a996e6ef
4 changed files with 33 additions and 33 deletions

View file

@ -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;