mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Allow compilation on gcc/clang without -Wno-unknown-pragmas.
This commit is contained in:
@ -94,7 +94,9 @@ const char *g_ppszRandomCombineModels[] =
|
||||
|
||||
#define HL2MPPLAYER_PHYSDAMAGE_SCALE 4.0f
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning( disable : 4355 )
|
||||
#endif
|
||||
|
||||
CHL2MP_Player::CHL2MP_Player() : m_PlayerAnimState( this )
|
||||
{
|
||||
|
Reference in New Issue
Block a user