ref: 6f116526d85e09a762ed1a7b295f684926c862ba
parent: 1901777acea62666bf6007b6ccce6f1f4cdb65dc
author: Simon Howard <fraggle@gmail.com>
date: Sun Oct 12 11:45:25 EDT 2008
Don't hog the CPU. Subversion-branch: /branches/raven-branch Subversion-revision: 1356
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -941,6 +941,9 @@
MN_Ticker();
return;
}
+
+ // Don't hog the CPU
+ I_Sleep(1);
}
//