mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: sdl: always reset device descriptors on shutdown
This commit is contained in:
@@ -342,6 +342,7 @@ void VoiceCapture_Shutdown( void )
|
||||
return;
|
||||
|
||||
SDL_CloseAudioDevice( in_dev );
|
||||
in_dev = 0;
|
||||
}
|
||||
|
||||
#endif // XASH_SOUND == SOUND_SDL
|
||||
|
||||
Reference in New Issue
Block a user