mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 03:51:12 +00:00
clean up some warnings
This commit is contained in:
parent
c1d3e4f3be
commit
48b1c64844
3 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ float (string st) check_bot_name =
|
|||
string() bot_name =
|
||||
{
|
||||
local float r;
|
||||
local string st;
|
||||
local string st = "Mozilla";
|
||||
|
||||
do
|
||||
{
|
||||
|
|
|
@ -1683,6 +1683,7 @@ void(entity targ, entity attacker) ClientObituary =
|
|||
msgUpdateFragsToAll (attacker.fClientNo, attacker.frags);
|
||||
|
||||
rnum = attacker.weapon;
|
||||
deathstring = deathstring2 = " uninitialized ";
|
||||
|
||||
if (rnum == IT_BONESAW)
|
||||
{
|
||||
|
|
|
@ -1584,7 +1584,7 @@ void(entity targ, entity attacker) ClientObituary =
|
|||
|
||||
if (!(deathmatch & DM_LMS)) //POX 1.2 - do regular obituary taunts in LMS mode
|
||||
attacker.frags = attacker.frags + 1;
|
||||
|
||||
deathstring = deathstring2 = " uninitialized ";
|
||||
rnum = attacker.weapon;
|
||||
if (targ.deathtype == "nail")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue