mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-01-27 14:07:57 +03:00
Same fix applied to Deathmatch Classic
This commit is contained in:
parent
fe047f6933
commit
f5ba47e6a8
@ -1036,7 +1036,7 @@ void CBasePlayerAmmo :: DefaultTouch( CBaseEntity *pOther )
|
||||
//=========================================================
|
||||
int CBasePlayerWeapon::ExtractAmmo( CBasePlayerWeapon *pWeapon )
|
||||
{
|
||||
int iReturn;
|
||||
int iReturn = 0;
|
||||
|
||||
if ( pszAmmo1() != NULL )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user