From d56ffba3cc957a430e7c2a337d139b9471f3d374 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:49:40 +0300 Subject: [PATCH] Remove sleep() Near instantaneous program exit when we let the CPU do its thing :) --- sgp/soundman.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sgp/soundman.cpp b/sgp/soundman.cpp index 743dd0877..02d33d3e7 100644 --- a/sgp/soundman.cpp +++ b/sgp/soundman.cpp @@ -261,7 +261,6 @@ void ShutdownSoundManager(void) SoundStopAll(); SoundShutdownCache(); - Sleep(1000); SoundShutdownHardware(); fSoundSystemInit=FALSE; SoundLog("JA2 sound manager shutdown");