adlib sound support, use USE_ADLIB

svn-id: r3510
This commit is contained in:
Ludvig Strigeus 2001-12-01 17:06:13 +00:00
parent 5ff70c5de1
commit 95646feac9
17 changed files with 2998 additions and 138 deletions

View file

@ -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);
}