adlib sound support, use USE_ADLIB
svn-id: r3510
This commit is contained in:
parent
5ff70c5de1
commit
95646feac9
17 changed files with 2998 additions and 138 deletions
|
@ -499,8 +499,8 @@ void Scumm::saveOrLoad(Serializer *s) {
|
|||
}
|
||||
}
|
||||
|
||||
if (_soundDriver)
|
||||
((SoundEngine*)_soundDriver)->save_or_load(s);
|
||||
if (_soundEngine)
|
||||
((SoundEngine*)_soundEngine)->save_or_load(s);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue