mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
fix an uninitialized var warning
This commit is contained in:
parent
61a2e9b8ce
commit
d8ea11c80b
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue