Same fix applied to Deathmatch Classic

This commit is contained in:
Joël Troch 2014-12-30 14:47:33 +01:00
parent fe047f6933
commit f5ba47e6a8

View file

@ -1036,7 +1036,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 )
{ {