From 8bdd6bfc5e0690404fb64ebfc06cb2de60626da5 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 21 Feb 2026 03:11:02 +0500 Subject: [PATCH] ref: gl: add link to web archive where the ripple animation algorithm was originally described [ci skip] --- ref/gl/gl_warp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ref/gl/gl_warp.c b/ref/gl/gl_warp.c index 34d05a71..c8572b39 100644 --- a/ref/gl/gl_warp.c +++ b/ref/gl/gl_warp.c @@ -651,6 +651,8 @@ void EmitWaterPolys( msurface_t *warp, qboolean reverse, qboolean ripples ) HALF-LIFE SOFTWARE WATER +https://web.archive.org/web/20160418004149/http://freespace.virgin.net/hugo.elias/graphics/x_water.htm + ============================================================ */ void R_ResetRipples( void )