mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Fixed the bad merge that prevented non-transparent surfaces from rippling.
This commit is contained in:
parent
55f48be6ab
commit
234403f1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -883,12 +883,12 @@ void R_DrawSinglePlane(visplane_t *pl)
|
||||||
{
|
{
|
||||||
INT32 top, bottom;
|
INT32 top, bottom;
|
||||||
|
|
||||||
|
planeripple.active = true;
|
||||||
if (spanfunctype == SPANDRAWFUNC_TRANS)
|
if (spanfunctype == SPANDRAWFUNC_TRANS)
|
||||||
{
|
{
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
|
|
||||||
spanfunctype = SPANDRAWFUNC_WATER;
|
spanfunctype = SPANDRAWFUNC_WATER;
|
||||||
planeripple.active = true;
|
|
||||||
|
|
||||||
// Copy the current scene, ugh
|
// Copy the current scene, ugh
|
||||||
top = pl->high-8;
|
top = pl->high-8;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue