Scumm sound settings can now be changed from the gmm

svn-id: r32851
This commit is contained in:
Christopher Page 2008-06-30 17:44:21 +00:00
parent e36166bda2
commit 30c52e215c
4 changed files with 6 additions and 6 deletions

View file

@ -275,7 +275,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
delete in;
// Update volume settings
updateSoundSettings();
syncSoundSettings();
// Init NES costume data
if (_game.platform == Common::kPlatformNES) {