From: havoc Date: Sat, 22 Oct 2011 22:28:04 +0000 (+0000) Subject: use checkdisk flag on model loading after ingame download, this should X-Git-Tag: xonotic-v0.6.0~163^2~95 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=e267b18ea5e1e6ab71b14db5a12a803cd0554421;ds=sidebyside use checkdisk flag on model loading after ingame download, this should eliminate the need for r_restart git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11462 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index 1055b947..dcde8eb1 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1281,7 +1281,7 @@ void CL_BeginDownloads(qboolean aborteddownload) Mod_FreeQ3Shaders(); } - cl.model_precache[cl.downloadmodel_current] = Mod_ForName(cl.model_name[cl.downloadmodel_current], false, false, cl.model_name[cl.downloadmodel_current][0] == '*' ? cl.model_name[1] : NULL); + cl.model_precache[cl.downloadmodel_current] = Mod_ForName(cl.model_name[cl.downloadmodel_current], false, true, cl.model_name[cl.downloadmodel_current][0] == '*' ? cl.model_name[1] : NULL); if (cl.downloadmodel_current == 1) { // we now have the worldmodel so we can set up the game world