Author: jave27
Date: 2005-11-14 23:05:41 +0100 (Mon, 14 Nov 2005)
New Revision: 2502

Modified:
   trunk/src/gui/screen_manager.cxx
Log:
Made stupid CPU hack actually reduce the CPU usage... still a hack.

Modified: trunk/src/gui/screen_manager.cxx
===================================================================
--- trunk/src/gui/screen_manager.cxx    2005-11-14 21:51:09 UTC (rev 2501)
+++ trunk/src/gui/screen_manager.cxx    2005-11-14 22:05:41 UTC (rev 2502)
@@ -151,7 +151,7 @@
        }
 
       // Stupid hack to make this thing take less CPU
-      CL_System::sleep (0);
+      CL_System::keep_alive(5);
     }
 
   Display::remove_flip_screen_hook(cursor);



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to