From 4ef7b10268ffffcf001da36170b8e5880b2b783e Mon Sep 17 00:00:00 2001 From: mittorn Date: Sun, 27 Mar 2016 00:10:44 +0600 Subject: [PATCH] fix build --- dlls/weapons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/weapons.cpp b/dlls/weapons.cpp index 3f26ecf5..67f3fad5 100644 --- a/dlls/weapons.cpp +++ b/dlls/weapons.cpp @@ -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()];