Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Nov 7, 2023
1 parent e50ad3a commit 5c525ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ static void R_DrawFuzzColumn_block(void)
int count;
byte *dest;
boolean cutoff_yl, cutoff_yh;
const int hires_mult = hires - 1;

// [FG] draw only even columns
if (dc_x % hires)
Expand Down

0 comments on commit 5c525ab

Please sign in to comment.