fix an uninitialized var warning

This commit is contained in:
Bill Currie 2002-10-08 03:39:05 +00:00
parent 61a2e9b8ce
commit d8ea11c80b
1 changed files with 3 additions and 0 deletions

View File

@ -1250,6 +1250,9 @@ void(entity targ, entity attacker) ClientObituary =
{
attacker.frags = attacker.frags + 1;
deathstring = " dies misteriously from ";
deathstring2 = " progs bug\n";
rnum = attacker.weapon;
if (rnum == IT_AXE)
{