mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix shadowed declaration
This commit is contained in:
parent
adcdb7f711
commit
6a7b43aa2e
1 changed files with 0 additions and 1 deletions
|
@ -2527,7 +2527,6 @@ void HWR_Subsector(size_t num)
|
|||
if (gr_frontsector->ffloors)
|
||||
{
|
||||
/// \todo fix light, xoffs, yoffs, extracolormap ?
|
||||
ffloor_t * rover;
|
||||
for (rover = gr_frontsector->ffloors;
|
||||
rover; rover = rover->next)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue