Skip to content

Commit

Permalink
Heretic: Fixing whitespaces in p_lights.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Noseey committed Dec 14, 2024
1 parent ea3f608 commit f78c082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heretic/p_lights.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void EV_TurnTagLightsOff(line_t * line)
}
sector->lightlevel = min;
// [crispy] A11Y
sector->rlightlevel = sector->lightlevel;
sector->rlightlevel = sector->lightlevel;
}
}

Expand Down Expand Up @@ -245,7 +245,7 @@ void EV_LightTurnOn(line_t * line, int bright)
}
sector->lightlevel = bright;
// [crispy] A11Y
sector->rlightlevel = sector->lightlevel;
sector->rlightlevel = sector->lightlevel;
}
}

Expand Down

0 comments on commit f78c082

Please sign in to comment.