]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix weight of worldmodel init
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 17:55:23 +0000 (17:55 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 17:55:23 +0000 (17:55 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8872 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index f7d1b4b260a611d609929a323253506dbdf83502..6372a1e14106e77450b57cd960625873a28c5f7a 100644 (file)
@@ -990,7 +990,7 @@ static void CL_UpdateItemsAndWeapon(void)
 #define DOWNLOADPROGRESSWEIGHT_SOUND            1.0
 #define DOWNLOADPROGRESSWEIGHT_MODEL            4.0
 #define DOWNLOADPROGRESSWEIGHT_WORLDMODEL      30.0
-#define DOWNLOADPROGRESSWEIGHT_WORLDMODEL_INIT 32.0
+#define DOWNLOADPROGRESSWEIGHT_WORLDMODEL_INIT  2.0
 
 void CL_BeginDownloads(qboolean aborteddownload)
 {