From 2c14f02ee51b195feb025ba7c8f0a65af23b437a Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 17 Jul 2006 19:15:36 +0000 Subject: [PATCH] Revert "fix" because it was based on wrong assumptions and actually doesn't fix anything at all. --- code/game/g_combat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/g_combat.c b/code/game/g_combat.c index 567f49ac..e24b6fa7 100644 --- a/code/game/g_combat.c +++ b/code/game/g_combat.c @@ -489,7 +489,7 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int if ( meansOfDeath < 0 || meansOfDeath >= sizeof( modNames ) / sizeof( modNames[0] ) ) { obit = ""; } else { - obit = modNames[meansOfDeath-1]; + obit = modNames[meansOfDeath]; } G_LogPrintf("Kill: %i %i %i: %s killed %s by %s\n",