Merge branch 'sohl1.2' into zombie-x

This commit is contained in:
Andrey Akhmichin 2022-06-17 10:50:50 +05:00
commit 4c3d972247
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ void CBarnacle::BarnacleThink( void )
{
// recalc collision box here to avoid barnacle disappears bug
m_flCachedLength = m_flAltitude + m_flTongueAdj;
UTIL_SetOrigin( pev, pev->origin );
UTIL_SetOrigin( this, pev->origin );
}
#endif
SetNextThink( 0.1f );