Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky committed Nov 28, 2023
1 parent 00c44aa commit 1f81552
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/heretic/r_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,6 @@ void R_SetupFrame(player_t * player)
if (player->fixedcolormap)
{
fixedcolormap = colormaps + player->fixedcolormap
// [crispy] sizeof(lighttable_t) not needed in paletted render
// and breaks invulnerability colormap index in true color render
* 256 /* * sizeof(lighttable_t)*/;
walllights = scalelightfixed;
for (i = 0; i < MAXLIGHTSCALE; i++)
Expand Down

0 comments on commit 1f81552

Please sign in to comment.