]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Initialize host_dirtytime.
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 3a7965e1d2e5dc6e7464ae225be8486a4b29ca98..0f19632afe23c68dd3a026d338b02e3bf27ffdd7 100644 (file)
--- a/host.c
+++ b/host.c
@@ -679,6 +679,7 @@ void Host_Main(void)
        Host_Init();
 
        realtime = 0;
+       host_dirtytime = Sys_DirtyTime();
        for (;;)
        {
                if (setjmp(host_abortframe))