]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Initialize host_dirtytime.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Sep 2013 11:47:50 +0000 (11:47 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Sep 2013 11:47:50 +0000 (11:47 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12016 d7cf8633-e32d-0410-b094-e92efae38249

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))