mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-30 16:44:29 +00:00
fix build
This commit is contained in:
parent
11716c6e23
commit
4ef7b10268
@ -1464,7 +1464,7 @@ int CWeaponBox::GiveAmmo( int iCount, char *szName, int iMax, int *pIndex/* = NU
|
||||
// CWeaponBox::HasWeapon - is a weapon of this type already
|
||||
// packed in this box?
|
||||
//=========================================================
|
||||
BOOL CWeaponBox::HasWeapon( CBasePlayerItem *pCheckItem )
|
||||
bool CWeaponBox::HasWeapon( CBasePlayerItem *pCheckItem )
|
||||
{
|
||||
CBasePlayerItem *pItem = m_rgpPlayerItems[pCheckItem->iItemSlot()];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user