mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Revert "Merge branch 'side-discolor-fix' into 'master'"
This reverts commite721a3d882
, reversing changes made to4656a0d02c
.
This commit is contained in:
parent
89133160ec
commit
b7edc7f870
1 changed files with 0 additions and 3 deletions
|
@ -1126,9 +1126,6 @@ void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pfloor)
|
|||
// Get data for the column
|
||||
col = (column_t *)((UINT8 *)R_GetColumn(texnum,maskedtexturecol[dc_x]) - 3);
|
||||
|
||||
// guess what I just fixed? -monster psychic cat
|
||||
dc_colormap = colormaps;
|
||||
|
||||
// SoM: New code does not rely on R_DrawColumnShadowed_8 which
|
||||
// will (hopefully) put less strain on the stack.
|
||||
if (dc_numlights)
|
||||
|
|
Loading…
Reference in a new issue