Skip to content

Commit

Permalink
Fix sprites appearing through doors, etc. in some instances
Browse files Browse the repository at this point in the history
Regression of part of commit 3d482cf.
Thanks again to @Anotherlife.
  • Loading branch information
bradharding committed Aug 11, 2015
1 parent fb4f818 commit 1d4b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_segs.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ void R_RenderMaskedSegRange(drawseg_t *ds, int x1, int x2)
//
void R_RenderSegLoop(void)
{
fixed_t texturecolumn;
fixed_t texturecolumn = 0; // shut up compiler warning
dboolean usebrightmaps = (r_brightmaps && !fixedcolormap && fullcolormap == colormaps[0]);

for (; rw_x < rw_stopx; ++rw_x)
Expand Down

0 comments on commit 1d4b87f

Please sign in to comment.