From a465ece005a69104697e2d6cdefa42e31e97d6b5 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 30 Oct 2002 15:23:48 +0000 Subject: [PATCH] commented out two unused static const int variables gcc 3.3 noticed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2590 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl_particles.c b/cl_particles.c index c858654d..1409edcd 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -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; -- 2.39.2