summaryrefslogtreecommitdiff
path: root/src/doom/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/d_net.c')
-rw-r--r--src/doom/d_net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doom/d_net.c b/src/doom/d_net.c
index 8f75fd06..e43ac4b2 100644
--- a/src/doom/d_net.c
+++ b/src/doom/d_net.c
@@ -433,6 +433,7 @@ static int GetLowTic(void)
int i;
int lowtic;
+#ifdef FEATURE_MULTIPLAYER
if (net_client_connected)
{
lowtic = INT_MAX;
@@ -447,6 +448,7 @@ static int GetLowTic(void)
}
}
else
+#endif
{
lowtic = maketic;
}