From 9d5f98865a08f3c8648ae2dddb95ed473068a204 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sun, 12 May 2002 18:07:08 +0000 Subject: [PATCH] Yet another obit fix --- reaction/game/g_combat.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reaction/game/g_combat.c b/reaction/game/g_combat.c index a0286d34..0aedf1ff 100644 --- a/reaction/game/g_combat.c +++ b/reaction/game/g_combat.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.72 2002/05/12 18:07:08 jbravo +// Yet another obit fix +// // Revision 1.71 2002/05/11 15:00:04 jbravo // Fix for autojoin and a very minir for for Obits // @@ -1083,7 +1086,8 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int } // Hawkins put spread back and zoom out //Elder: remove zoom bits - Cmd_Unzoom(self); +// JBravo: moving this down below the Obit printout +// Cmd_Unzoom(self); self->client->bleeding = 0; self->client->bleed_remain = 0; //Elder: added; @@ -1198,6 +1202,8 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int PrintDeathMessage (self, attacker, LOC_NOLOC, meansOfDeath); } + Cmd_Unzoom(self); + // Elder: Statistics tracking //Blaze: make sure the game is in progress before recording stats if (level.team_round_going) {