comment out unused variable

This commit is contained in:
Monster Iestyn 2019-06-30 19:33:41 +01:00
parent 9913cc39a1
commit 658a3f2eea
1 changed files with 1 additions and 1 deletions

View File

@ -9624,7 +9624,7 @@ consvar_t cv_flagtime = {"flagtime", "30", CV_NETVAR|CV_CHEAT, flagtime_cons_t,
void P_SpawnPrecipitation(void)
{
INT32 i, j, mrand;
INT32 i /*, j*/, mrand;
fixed_t basex, basey, x, y, height;
subsector_t *precipsector = NULL;
precipmobj_t *rainmo = NULL;