From 16f402ae49f19a73cf9f48f610d7b4557b63f32c Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sun, 13 Nov 2005 00:45:45 +0000 Subject: [PATCH] fixed a forward bug that made this module a surprise box --- dlls/tfc/tfcx/moduleconfig.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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