mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
parent
5776f69d92
commit
fb184388a2
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 (p->ftq != q)
|
||||||
{
|
{
|
||||||
if (q == QUOTE_DEAD || q == QUOTE_SQUISHED)
|
if (q == QUOTE_DEAD || q == QUOTE_SQUISHED || q == QUOTE_BOOTS_ON)
|
||||||
{
|
{
|
||||||
p->ftq = q;
|
p->ftq = q;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue