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