]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix tiny typo
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 20:41:45 +0000 (20:41 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 20:41:45 +0000 (20:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8864 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index 3d0688174a88bc88f236bee3795d4dfc0d1e40bc..c1e2f4ec6c7062946203a944d5d2cfc55708418e 100644 (file)
@@ -1151,7 +1151,7 @@ void CL_BeginDownloads(qboolean aborteddownload)
                                }
                        }
 
-                       if(cl.loadmodel_current == 1)
+                       if(cl.downloadmodel_current == 1)
                        {
                                // they'll be soon loaded, but make sure we apply freshly downloaded shaders from a curled pk3
                                Mod_FreeQ3Shaders();