From f5ba47e6a89689f20ea883baff2c7170f3ca8a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Troch?= Date: Tue, 30 Dec 2014 14:47:33 +0100 Subject: [PATCH] Same fix applied to Deathmatch Classic --- dmc/dlls/weapons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmc/dlls/weapons.cpp b/dmc/dlls/weapons.cpp index 413dfb8..13ff03f 100644 --- a/dmc/dlls/weapons.cpp +++ b/dmc/dlls/weapons.cpp @@ -1036,7 +1036,7 @@ void CBasePlayerAmmo :: DefaultTouch( CBaseEntity *pOther ) //========================================================= int CBasePlayerWeapon::ExtractAmmo( CBasePlayerWeapon *pWeapon ) { - int iReturn; + int iReturn = 0; if ( pszAmmo1() != NULL ) {