stub for digital imuse save/load
svn-id: r13734
This commit is contained in:
parent
805b1f8e0d
commit
cdc7324951
3 changed files with 8 additions and 1 deletions
|
@ -141,7 +141,6 @@ bool ScummEngine::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
|||
|
||||
if (_imuseDigital) {
|
||||
_imuseDigital->stopAllSounds();
|
||||
// temporary hack for initial state for imuse music
|
||||
_imuseDigital->resetState();
|
||||
}
|
||||
|
||||
|
@ -789,6 +788,10 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) {
|
|||
_imuse->setMasterVolume(ConfMan.getInt("master_volume"));
|
||||
_imuse->set_music_volume(ConfMan.getInt("music_volume"));
|
||||
}
|
||||
|
||||
if (_imuseDigital) {
|
||||
_imuseDigital->saveOrLoad(s);
|
||||
}
|
||||
}
|
||||
|
||||
void ScummEngine::saveLoadResource(Serializer *ser, int type, int idx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue