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 ) {