]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reload effectinfo.txt on each level
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Apr 2008 17:13:24 +0000 (17:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Apr 2008 17:13:24 +0000 (17:13 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8249 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c

index f78e4aee9a6b520de8ea1580b7c1558c69d75524..4b4cd1d7f1f7891fe675a902b89d113161c69007 100644 (file)
@@ -1906,6 +1906,7 @@ static void r_part_shutdown(void)
 
 static void r_part_newmap(void)
 {
+       CL_Particles_LoadEffectInfo();
 }
 
 #define BATCHSIZE 256