]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
commented out two unused static const int variables gcc 3.3 noticed
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Oct 2002 15:23:48 +0000 (15:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 Oct 2002 15:23:48 +0000 (15:23 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2590 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c

index c858654d178354c38e81e2ecc03624396bb41924..1409edcdc0a8451dcfa17e4ef00858a17f5dd76d 100644 (file)
@@ -236,9 +236,9 @@ static int particlepalette[256] =
 
 // these must match r_part.c's textures
 static const int tex_smoke[8] = {0, 1, 2, 3, 4, 5, 6, 7};
-static const int tex_rainsplash[16] = {8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23};
+//static const int tex_rainsplash[16] = {8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23};
 static const int tex_particle = 24;
-static const int tex_rain = 25;
+//static const int tex_rain = 25;
 static const int tex_bubble = 26;
 
 static int                     cl_maxparticles;