mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-23 00:10:50 +00:00
remove an unused variable
This commit is contained in:
parent
f6b12b12e3
commit
49ed4186f8
2 changed files with 1 additions and 2 deletions
|
@ -565,7 +565,7 @@ R_DrawParticles (void)
|
||||||
unsigned char *at;
|
unsigned char *at;
|
||||||
byte alpha;
|
byte alpha;
|
||||||
vec3_t up, right;
|
vec3_t up, right;
|
||||||
float scale, scale2;
|
float scale;
|
||||||
particle_t *part;
|
particle_t *part;
|
||||||
int activeparticles, maxparticle, j, k;
|
int activeparticles, maxparticle, j, k;
|
||||||
|
|
||||||
|
|
|
@ -349,7 +349,6 @@ locs_loc (void)
|
||||||
char *mapname;
|
char *mapname;
|
||||||
char *desc = NULL;
|
char *desc = NULL;
|
||||||
char locfile[MAX_OSPATH];
|
char locfile[MAX_OSPATH];
|
||||||
int i;
|
|
||||||
|
|
||||||
//FIXME checking needed to make sure you are actually in the game and a live.
|
//FIXME checking needed to make sure you are actually in the game and a live.
|
||||||
if (Cmd_Argc () == 1) {
|
if (Cmd_Argc () == 1) {
|
||||||
|
|
Loading…
Reference in a new issue