ALL: Sync with ScummVM - rev. cd37d510f9
This commit is contained in:
parent
0dc8726136
commit
66654cb376
194 changed files with 19108 additions and 9954 deletions
|
@ -91,7 +91,11 @@ DetectedGame AdvancedMetaEngine::toDetectedGame(const ADDetectedGame &adGame) co
|
|||
extra = "";
|
||||
} else {
|
||||
const PlainGameDescriptor *pgd = findPlainGameDescriptor(desc->gameId, _gameIds);
|
||||
title = pgd->description;
|
||||
if (pgd) {
|
||||
title = pgd->description;
|
||||
} else {
|
||||
title = "";
|
||||
}
|
||||
extra = desc->extra;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue