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