- removed redundant argument.

This commit is contained in:
Christoph Oelckers 2022-08-18 00:06:40 +02:00
parent 03c725c0da
commit 4bdb8edea6

View file

@ -251,7 +251,7 @@ void ClientObituary (AActor *self, AActor *inflictor, AActor *attacker, int dmgf
if (GStrings[lookup.GetChars() + 1]) message = lookup;
else
{
lookup.Format("$Obituary_%s", attacker->GetClass()->TypeName.GetChars(), mod.GetChars());
lookup.Format("$Obituary_%s", attacker->GetClass()->TypeName.GetChars());
if (GStrings[lookup.GetChars() + 1]) message = lookup;
else
{