SCUMM: code formatting

Thanks clone2727
This commit is contained in:
Tarek Soliman 2011-10-05 09:58:57 -05:00
parent 7a2365dd50
commit fcef333b99

View file

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