From: havoc Date: Wed, 1 Sep 2004 07:37:36 +0000 (+0000) Subject: cl.viewzoomold/new are now reset in CL_ClearState X-Git-Tag: xonotic-v0.1.0preview~5665 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=87d9057886bac773c253e5db8b6d5295e3bc24d5;p=xonotic%2Fdarkplaces.git cl.viewzoomold/new are now reset in CL_ClearState git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4415 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index b1d9342e..7fcdf257 100644 --- a/cl_main.c +++ b/cl_main.c @@ -109,6 +109,8 @@ void CL_ClearState(void) // wipe the entire cl structure memset (&cl, 0, sizeof(cl)); + // reset the view zoom interpolation + cl.viewzoomold = cl.viewzoomnew = 1; SZ_Clear (&cls.message);