game(hl1): fix SetBoneController

This commit is contained in:
nillerusr
2022-09-03 02:51:56 +03:00
parent 216bbf1baa
commit c91e68975b
3 changed files with 4 additions and 4 deletions
-1
View File
@@ -387,7 +387,6 @@ void CNPC_Barnacle::BarnacleThink ( void )
//Msg("tounge %f\n", m_flAltitude + m_flTongueAdj );
//NDebugOverlay::Box( GetAbsOrigin() - Vector( 0, 0, m_flAltitude ), Vector( -2, -2, -2 ), Vector( 2, 2, 2 ), 255,255,255, 0, 0.1 );
SetBoneController( 0, 0.f );
SetBoneController( 0, -(m_flAltitude + m_flTongueAdj) );
StudioFrameAdvance();
}