From 234403f1f2c8510bfb8dd52b6ae7086c518dca3b Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 2 Dec 2021 16:49:13 +0000 Subject: [PATCH] Fixed the bad merge that prevented non-transparent surfaces from rippling. --- src/r_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_plane.c b/src/r_plane.c index 648a9ee01..8ec7e2b99 100644 --- a/src/r_plane.c +++ b/src/r_plane.c @@ -883,12 +883,12 @@ void R_DrawSinglePlane(visplane_t *pl) { INT32 top, bottom; + planeripple.active = true; if (spanfunctype == SPANDRAWFUNC_TRANS) { UINT8 i; spanfunctype = SPANDRAWFUNC_WATER; - planeripple.active = true; // Copy the current scene, ugh top = pl->high-8;