remove an unused variable

This commit is contained in:
Bill Currie 2001-01-23 23:59:32 +00:00
parent f6b12b12e3
commit 49ed4186f8
2 changed files with 1 additions and 2 deletions

View file

@ -565,7 +565,7 @@ R_DrawParticles (void)
unsigned char *at;
byte alpha;
vec3_t up, right;
float scale, scale2;
float scale;
particle_t *part;
int activeparticles, maxparticle, j, k;

View file

@ -349,7 +349,6 @@ locs_loc (void)
char *mapname;
char *desc = NULL;
char locfile[MAX_OSPATH];
int i;
//FIXME checking needed to make sure you are actually in the game and a live.
if (Cmd_Argc () == 1) {