Same fix applied to Deathmatch Classic

master
Joël Troch 2014-12-30 14:47:33 +01:00
parent fe047f6933
commit f5ba47e6a8
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ void CBasePlayerAmmo :: DefaultTouch( CBaseEntity *pOther )
//=========================================================
int CBasePlayerWeapon::ExtractAmmo( CBasePlayerWeapon *pWeapon )
{
int iReturn;
int iReturn = 0;
if ( pszAmmo1() != NULL )
{