engine: sdl: always reset device descriptors on shutdown

This commit is contained in:
Sergey Degtyar
2025-06-26 06:20:42 +03:00
parent a7671a8ac1
commit 50a8f23b43

View File

@@ -342,6 +342,7 @@ void VoiceCapture_Shutdown( void )
return;
SDL_CloseAudioDevice( in_dev );
in_dev = 0;
}
#endif // XASH_SOUND == SOUND_SDL