From 1feaefe934dc6ac3dfb160c4eb5ad6177f12e015 Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 29 Sep 2013 11:47:50 +0000 Subject: [PATCH] Initialize host_dirtytime. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12016 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host.c b/host.c index 3a7965e1..0f19632a 100644 --- 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)) -- 2.39.2