From d6738ca687a4c0ab2f535c04af4ae12fffae0967 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 28 Jan 2012 19:30:52 +0000 Subject: [PATCH] Hibernate, not Sleep. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3754 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();