From daef1775652cd8cad2ba03cbb61396b1135f99e1 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 11 Mar 2006 17:23:09 +0000 Subject: [PATCH] init host_framecount to 0, just a cleanup git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6102 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.c b/host.c index 7d1631db..360143d3 100644 --- a/host.c +++ b/host.c @@ -39,7 +39,7 @@ Memory is cleared / released when a server or client begins, not when they end. // how many frames have occurred // (checked by Host_Error and Host_SaveConfig_f) -int host_framecount; +int host_framecount = 0; // LordHavoc: set when quit is executed qboolean host_shuttingdown = false; -- 2.39.2