]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
more loading screen stuff, now shows loading screen for connecting clients with progr...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 90282634e552f389fae6db66e7e321795864c2e7..c8521f2753dd8300bb9e44c05d0aca2f44612d95 100644 (file)
--- a/host.c
+++ b/host.c
@@ -915,7 +915,7 @@ void Host_Main(void)
                                                        pass1+pass2+pass3, pass1, pass2, pass3);
                        }
                        wait = bound(0, host_sleep.value * 1000, 100000);
-                       if (wait >= 1)
+                       if (!cls.timedemo && wait >= 1)
                                Sys_Sleep((int)wait);
                }