shithub: choc

Download patch

ref: 2a6a4f36231cccd5b95029ee3f287657031552f5
parent: cffe694cd613ac7c1a738f50e883a904d2813047
author: Simon Howard <[email protected]>
date: Fri Apr 5 20:48:47 EDT 2013

Don't hog the CPU when waiting for the game to start.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2587

--- a/src/d_loop.c
+++ b/src/d_loop.c
@@ -331,6 +331,8 @@
         {
             I_Error("Netgame startup aborted.");
         }
+
+        I_Sleep(100);
     }
 }