SCUMM: code formatting
Thanks clone2727
This commit is contained in:
parent
7a2365dd50
commit
fcef333b99
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ static void detectGames(const Common::FSList &fslist, Common::List<DetectorResul
|
|||
dr.language = detectLanguage(fslist, g->id);
|
||||
|
||||
// Detect if there are speech files in this unknown game
|
||||
if(detectSpeech(fslist, g))
|
||||
if (detectSpeech(fslist, g))
|
||||
dr.game.guioptions &= ~GUIO_NOSPEECH;
|
||||
|
||||
// Add the game/variant to the candidates list if it is consistent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue