diff options
Diffstat (limited to 'engines/sci/sfx/core.cpp')
| -rw-r--r-- | engines/sci/sfx/core.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp index 572da29c0d..e37007bf8e 100644 --- a/engines/sci/sfx/core.cpp +++ b/engines/sci/sfx/core.cpp @@ -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; | 
