mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
CGE2: Fix broken compilation by previous commit.
This commit is contained in:
parent
22f1207cff
commit
98c6bfa0f5
@ -215,9 +215,9 @@ void CGE2Engine::initToolbar() {
|
||||
_vol[1] = _vga->_showQ->locate(kMvolRef);
|
||||
|
||||
if (_vol[0])
|
||||
_vol[0]->step(_sfxVolume / kVolumeSwtichRate);
|
||||
_vol[0]->step(_sfxVolume / kVolumeSwitchRate);
|
||||
if (_vol[1])
|
||||
_vol[1]->step(_musicVolume / kVolumeSwtichRate);
|
||||
_vol[1]->step(_musicVolume / kVolumeSwitchRate);
|
||||
// TODO: Recheck these! ^
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user