mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 20:50:38 +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