Remove sleep() (#324)

Near instantaneous program exit when we let the CPU do its thing :)
This commit is contained in:
Asdow
2024-08-15 00:50:13 +03:00
committed by GitHub
parent caa02cd6b7
commit ce02a488f0
-1
View File
@@ -261,7 +261,6 @@ void ShutdownSoundManager(void)
SoundStopAll();
SoundShutdownCache();
Sleep(1000);
SoundShutdownHardware();
fSoundSystemInit=FALSE;
SoundLog("JA2 sound manager shutdown");