mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Fix build after merge
This commit is contained in:
parent
899cc814fb
commit
6e6d539727
@ -27,5 +27,6 @@ public:
|
||||
return FALSE;
|
||||
};
|
||||
virtual float TouchGravGun( CBaseEntity *attacker, int stage);
|
||||
Vector m_SpawnPoint;
|
||||
};
|
||||
#endif // ITEMS_H
|
||||
|
@ -156,6 +156,7 @@ public:
|
||||
return 700;
|
||||
}
|
||||
|
||||
float m_flNextAttack;
|
||||
int m_bloodColor;
|
||||
int m_cBloodDecals;
|
||||
int m_material;
|
||||
|
@ -48,7 +48,6 @@ float g_flIntermissionStartTime = 0;
|
||||
|
||||
#ifndef NO_VOICEGAMEMGR
|
||||
CVoiceGameMgr g_VoiceGameMgr;
|
||||
#endif
|
||||
|
||||
class CMultiplayGameMgrHelper : public IVoiceGameMgrHelper
|
||||
{
|
||||
|
478
dlls/prop.cpp
478
dlls/prop.cpp
File diff suppressed because it is too large
Load Diff
@ -350,7 +350,7 @@ void W_Precache( void )
|
||||
|
||||
// hornetgun
|
||||
UTIL_PrecacheOtherWeapon( "weapon_hornetgun" );
|
||||
|
||||
#endif
|
||||
UTIL_PrecacheOtherWeapon( "weapon_gravgun" );
|
||||
UTIL_PrecacheOtherWeapon( "weapon_ar2" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user