SCI: Simplified SongLibrary code a bit

svn-id: r41345
This commit is contained in:
Max Horn 2009-06-07 17:07:25 +00:00
parent 62f596821e
commit 21d948ec05
5 changed files with 18 additions and 40 deletions

View file

@ -638,7 +638,7 @@ static int sfx_play_iterator_pcm(SongIterator *it, SongHandle handle) {
#define DELAY (1000000 / SFX_TICKS_PER_SEC)
void SfxState::sfx_init(ResourceManager *resmgr, int flags) {
_songlib.initSounds();
_songlib._lib = 0;
_song = NULL;
_flags = flags;
_soundSync = NULL;