diff --git a/src/sound/oalsound.cpp b/src/sound/oalsound.cpp index b6ac21b1d4..1bccec31de 100644 --- a/src/sound/oalsound.cpp +++ b/src/sound/oalsound.cpp @@ -1518,6 +1518,10 @@ void OpenALSoundRenderer::UpdateSounds() { alcProcessContext(Context); + // For some reason this isn't being called? + foreach(SoundStream*, stream, Streams) + (*stream)->IsEnded(); + if(DisconnectNotify) { ALCint connected = ALC_TRUE;