diff options
| -rw-r--r-- | saga/scene.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/saga/scene.cpp b/saga/scene.cpp index 3e423dbd19..7496029950 100644 --- a/saga/scene.cpp +++ b/saga/scene.cpp @@ -977,6 +977,7 @@ int Scene::defaultScene(int param, SCENE_INFO *scene_info) {  	switch (param) {  	case SCENE_BEGIN:  		_vm->_sound->stopVoice(); +		_vm->_sound->stopSound();  		if (_desc.musicRN >= 0) {  			event.type = ONESHOT_EVENT; | 
