game(hl1): fix gibbing

This commit is contained in:
nillerusr
2022-08-31 18:23:22 +03:00
parent fafc3554a5
commit 216bbf1baa
5 changed files with 12 additions and 10 deletions

View File

@@ -1587,7 +1587,7 @@ void CHL1Gib::Spawn( const char *szGibModel )
SetNextThink( gpGlobals->curtime + 4 );
m_lifeTime = 25;
m_lifeTime = 250;
SetThink ( &CHL1Gib::WaitTillLand );
SetTouch ( &CHL1Gib::BounceGibTouch );