Re-enable IKs
This commit is contained in:
parent
23825409a9
commit
ed09c1781c
2 changed files with 0 additions and 5 deletions
|
@ -794,9 +794,6 @@ C_CSPlayer::C_CSPlayer() :
|
||||||
ListenForGameEvent( "bullet_hit_player" );
|
ListenForGameEvent( "bullet_hit_player" );
|
||||||
ListenForGameEvent( "bullet_player_hitboxes" );
|
ListenForGameEvent( "bullet_player_hitboxes" );
|
||||||
ListenForGameEvent( "player_lag_hitboxes" );
|
ListenForGameEvent( "player_lag_hitboxes" );
|
||||||
|
|
||||||
/* don't use IKs for now as they're prone to bugs */
|
|
||||||
m_EntClientFlags |= ENTCLIENTFLAG_DONTUSEIK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
#include "tier0/icommandline.h"
|
#include "tier0/icommandline.h"
|
||||||
#include "tier3/tier3.h"
|
#include "tier3/tier3.h"
|
||||||
#include "vgui/IInput.h"
|
#include "vgui/IInput.h"
|
||||||
#include <sysinfoapi.h>
|
|
||||||
#include <winuser.h>
|
|
||||||
|
|
||||||
#if defined( USE_SDL )
|
#if defined( USE_SDL )
|
||||||
#undef M_PI
|
#undef M_PI
|
||||||
|
|
Loading…
Reference in a new issue