mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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();
|
||||
SoundShutdownCache();
|
||||
Sleep(1000);
|
||||
SoundShutdownHardware();
|
||||
fSoundSystemInit=FALSE;
|
||||
SoundLog("JA2 sound manager shutdown");
|
||||
|
||||
Reference in New Issue
Block a user