mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-22 12:01:13 +00:00
- removed redundant argument.
This commit is contained in:
parent
03c725c0da
commit
4bdb8edea6
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void ClientObituary (AActor *self, AActor *inflictor, AActor *attacker, int dmgf
|
||||||
if (GStrings[lookup.GetChars() + 1]) message = lookup;
|
if (GStrings[lookup.GetChars() + 1]) message = lookup;
|
||||||
else
|
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;
|
if (GStrings[lookup.GetChars() + 1]) message = lookup;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue