SCI: Simplified SongLibrary code a bit
svn-id: r41345
This commit is contained in:
parent
62f596821e
commit
21d948ec05
5 changed files with 18 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue