mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- avoid spamming the "Squished!" message.
This commit is contained in:
parent
34b213a99f
commit
ea28356971
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void FTA(int q, struct player_struct* p)
|
|||
|
||||
if (p->ftq != q)
|
||||
{
|
||||
if (q == QUOTE_DEAD)
|
||||
if (q == QUOTE_DEAD || q == QUOTE_SQUISHED)
|
||||
{
|
||||
p->ftq = q;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue