engine: client: set TE_SPRAY to collide with world, fixes c7ad8e4bf
This commit is contained in:
parent
a3ce0e6b1b
commit
c6c4178dd2
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ static void R_Spray_Generic( const char *func, const vec3_t pos, const vec3_t di
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tent->flags |= FTENT_SLOWGRAVITY;
|
tent->flags |= FTENT_COLLIDEWORLD;
|
||||||
|
|
||||||
if( tent->frameMax > 1 )
|
if( tent->frameMax > 1 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue