Re-enable IKs

This commit is contained in:
unknown 2024-08-29 02:42:38 +02:00
parent 23825409a9
commit ed09c1781c
2 changed files with 0 additions and 5 deletions

View file

@ -794,9 +794,6 @@ C_CSPlayer::C_CSPlayer() :
ListenForGameEvent( "bullet_hit_player" );
ListenForGameEvent( "bullet_player_hitboxes" );
ListenForGameEvent( "player_lag_hitboxes" );
/* don't use IKs for now as they're prone to bugs */
m_EntClientFlags |= ENTCLIENTFLAG_DONTUSEIK;
}

View file

@ -15,8 +15,6 @@
#include "tier0/icommandline.h"
#include "tier3/tier3.h"
#include "vgui/IInput.h"
#include <sysinfoapi.h>
#include <winuser.h>
#if defined( USE_SDL )
#undef M_PI