From: <Mee...@us...> - 2012-01-28 19:30:58
|
Revision: 3754 http://sc2.svn.sourceforge.net/sc2/?rev=3754&view=rev Author: Meep-Eep Date: 2012-01-28 19:30:52 +0000 (Sat, 28 Jan 2012) Log Message: ----------- Hibernate, not Sleep. Modified Paths: -------------- trunk/sc2/src/uqm.c Modified: trunk/sc2/src/uqm.c =================================================================== --- trunk/sc2/src/uqm.c 2012-01-28 19:08:30 UTC (rev 3753) +++ trunk/sc2/src/uqm.c 2012-01-28 19:30:52 UTC (rev 3754) @@ -452,7 +452,7 @@ } else if (!GameActive) { // Throttle down the main loop when game is inactive - SleepThread (ONE_SECOND / 4); + HibernateThread (ONE_SECOND / 4); } TFB_ProcessEvents (); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |