mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Merge branch 'ripply' into 'master'
Ripply return Closes #191 See merge request KartKrew/Kart!473
This commit is contained in:
commit
da744d7f37
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