mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Remove sleep() (#324)
Near instantaneous program exit when we let the CPU do its thing :)
This commit is contained in:
@@ -261,7 +261,6 @@ void ShutdownSoundManager(void)
|
|||||||
|
|
||||||
SoundStopAll();
|
SoundStopAll();
|
||||||
SoundShutdownCache();
|
SoundShutdownCache();
|
||||||
Sleep(1000);
|
|
||||||
SoundShutdownHardware();
|
SoundShutdownHardware();
|
||||||
fSoundSystemInit=FALSE;
|
fSoundSystemInit=FALSE;
|
||||||
SoundLog("JA2 sound manager shutdown");
|
SoundLog("JA2 sound manager shutdown");
|
||||||
|
|||||||
Reference in New Issue
Block a user