CGE2: Silence GCC warning.

This commit is contained in:
uruk 2014-08-13 21:18:34 +02:00
parent 12a894a803
commit e525878444

View File

@ -99,7 +99,8 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription)
_sayCap = ConfMan.getBool("subtitles");
_sayVox = !ConfMan.getBool("speech_mute");
if (_muteAll = ConfMan.getBool("mute")) {
_muteAll = ConfMan.getBool("mute");
if (_muteAll) {
_oldMusicVolume = _oldSfxVolume = 0;
_music = _sayVox = false;
} else {