mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-21 20:11:14 +00:00
Same fix applied to Ricochet
This commit is contained in:
parent
743a0c3f35
commit
fe047f6933
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ void CBasePlayerAmmo :: DefaultTouch( CBaseEntity *pOther )
|
||||||
//=========================================================
|
//=========================================================
|
||||||
int CBasePlayerWeapon::ExtractAmmo( CBasePlayerWeapon *pWeapon )
|
int CBasePlayerWeapon::ExtractAmmo( CBasePlayerWeapon *pWeapon )
|
||||||
{
|
{
|
||||||
int iReturn;
|
int iReturn = 0;
|
||||||
|
|
||||||
if ( pszAmmo1() != NULL )
|
if ( pszAmmo1() != NULL )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue