Revert post-r5496 warning cleanup.

git-svn-id: https://svn.eduke32.com/eduke32@5701 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-05-02 18:29:21 +00:00
parent 6173a8c339
commit 5f824d02f6

View file

@ -850,7 +850,6 @@ void G_AddGameLight(int32_t radius, int32_t srcsprite, int32_t zoffset, int32_t
UNREFERENCED_PARAMETER(range); UNREFERENCED_PARAMETER(range);
UNREFERENCED_PARAMETER(color); UNREFERENCED_PARAMETER(color);
UNREFERENCED_PARAMETER(priority); UNREFERENCED_PARAMETER(priority);
UNREFERENCED_PARAMETER(smoothratio);
#endif #endif
} }
@ -8296,8 +8295,6 @@ void G_RefreshLights(void)
} }
} while (k < MAXSTATUS); } while (k < MAXSTATUS);
} }
#else
UNREFERENCED_PARAMETER(smoothratio);
#endif #endif
} }