diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 75668dfa73..b63cc100e6 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -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 |