diff --git a/dlls/tfc/tfcx/moduleconfig.cpp b/dlls/tfc/tfcx/moduleconfig.cpp index b9ef38e8..4c25fac9 100755 --- a/dlls/tfc/tfcx/moduleconfig.cpp +++ b/dlls/tfc/tfcx/moduleconfig.cpp @@ -55,8 +55,8 @@ int gmsgAmmoPickup; int mState; int mPlayerIndex; -int g_death_info; -int g_damage_info; +int g_death_info = -1; +int g_damage_info = -1; RankSystem g_rank; Grenades g_grenades; @@ -164,7 +164,9 @@ void ServerDeactivate() { // clear custom weapons info for ( i=TFCMAX_WEAPONS-TFCMAX_CUSTOMWPNS;i