mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
CGE2: Silence GCC warning.
This commit is contained in:
parent
12a894a803
commit
e525878444
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user