mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-31 13:00:46 +00:00
Revert "fix" because it was based on wrong assumptions and actually doesn't fix anything at all.
This commit is contained in:
parent
57a5f2571a
commit
2c14f02ee5
1 changed files with 1 additions and 1 deletions
|
@ -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] ) ) {
|
if ( meansOfDeath < 0 || meansOfDeath >= sizeof( modNames ) / sizeof( modNames[0] ) ) {
|
||||||
obit = "<bad obituary>";
|
obit = "<bad obituary>";
|
||||||
} else {
|
} else {
|
||||||
obit = modNames[meansOfDeath-1];
|
obit = modNames[meansOfDeath];
|
||||||
}
|
}
|
||||||
|
|
||||||
G_LogPrintf("Kill: %i %i %i: %s killed %s by %s\n",
|
G_LogPrintf("Kill: %i %i %i: %s killed %s by %s\n",
|
||||||
|
|
Loading…
Reference in a new issue