mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
comment out unused variable
This commit is contained in:
parent
0fb5a82215
commit
0c49a33b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -9624,7 +9624,7 @@ consvar_t cv_flagtime = {"flagtime", "30", CV_NETVAR|CV_CHEAT, flagtime_cons_t,
|
||||||
|
|
||||||
void P_SpawnPrecipitation(void)
|
void P_SpawnPrecipitation(void)
|
||||||
{
|
{
|
||||||
INT32 i, j, mrand;
|
INT32 i /*, j*/, mrand;
|
||||||
fixed_t basex, basey, x, y, height;
|
fixed_t basex, basey, x, y, height;
|
||||||
subsector_t *precipsector = NULL;
|
subsector_t *precipsector = NULL;
|
||||||
precipmobj_t *rainmo = NULL;
|
precipmobj_t *rainmo = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue