diff --git a/src/AutoKeysounds.cpp b/src/AutoKeysounds.cpp index b536a3aa95..83535b2053 100644 --- a/src/AutoKeysounds.cpp +++ b/src/AutoKeysounds.cpp @@ -263,7 +263,7 @@ void AutoKeysounds::FinishLoading() pChain->SetPreferredSampleRate( SOUNDMAN->GetDriverSampleRate() ); LoadAutoplaySoundsInto( pChain ); - if( pChain->GetNumSounds() > 0 ) + if( pChain->GetNumSounds() > 0 || !m_pSharedSound ) { if( m_pSharedSound ) {