summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hexen/d_net.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index d1a7c376..b21573c8 100644
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -941,6 +941,9 @@ void TryRunTics(void)
MN_Ticker();
return;
}
+
+ // Don't hog the CPU
+ I_Sleep(1);
}
//