diff --git a/sc2/src/uqm.c b/sc2/src/uqm.c index 0ff1ee7c6..ab8b3cbac 100644 --- a/sc2/src/uqm.c +++ b/sc2/src/uqm.c @@ -452,7 +452,7 @@ main (int argc, char *argv[]) } else if (!GameActive) { // Throttle down the main loop when game is inactive - SleepThread (ONE_SECOND / 4); + HibernateThread (ONE_SECOND / 4); } TFB_ProcessEvents ();