From c6c4178dd21c564c7cb4c43b62ba10c0c34c1e2a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 30 Sep 2024 04:15:22 +0300 Subject: [PATCH] engine: client: set TE_SPRAY to collide with world, fixes c7ad8e4bf --- engine/client/cl_tent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_tent.c b/engine/client/cl_tent.c index 5dfac065..bf859ee0 100644 --- a/engine/client/cl_tent.c +++ b/engine/client/cl_tent.c @@ -1318,7 +1318,7 @@ static void R_Spray_Generic( const char *func, const vec3_t pos, const vec3_t di } else { - tent->flags |= FTENT_SLOWGRAVITY; + tent->flags |= FTENT_COLLIDEWORLD; if( tent->frameMax > 1 ) {