From c40d6de2d7089cdf909acdd5706d68b613920210 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 29 Aug 2002 03:12:14 +0000 Subject: [PATCH] fix some more uninitialized variables --- haxxx.qc | 4 +++- obituary.qc | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/haxxx.qc b/haxxx.qc index 2cbee71..a2d0bad 100644 --- a/haxxx.qc +++ b/haxxx.qc @@ -31,8 +31,10 @@ void () Menu_Friend_Hax = st5="\n\nš.. Hack-Repair Û8 secÝ\n\n’.. Îïôèéîç "; st4=""; st2="\n.. Add ìåöåì “ ICE Û20 secÝ"; + st = st3 = ""; - if (!visible2x(self,self.demon_two)) st6="\n\nLost connection with target!\n"; + if (!visible2x(self,self.demon_two)) + st6="\n\nLost connection with target!\n"; /* else { local float dist; diff --git a/obituary.qc b/obituary.qc index 3a4c6f0..5c8f17f 100644 --- a/obituary.qc +++ b/obituary.qc @@ -712,6 +712,8 @@ void (entity targ, entity attacker) Obituary_Player_by_Player = local string deathstring; local string deathstring2; + deathstring = deathstring2 = "WASN'T FALSE POSITIVE"; + Give_Frags_Out (attacker, targ, 1, 1, 1, 1, 1); if (attacker.tfstate & TFSTATE_INSPIRED) {