mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
parent
d73ea118df
commit
677efb20ba
1 changed files with 1 additions and 1 deletions
|
@ -7378,7 +7378,7 @@ void ChopsCheck(PLAYERp pp)
|
||||||
{
|
{
|
||||||
if (!M_Active() && !TEST(pp->Flags, PF_DEAD) && !pp->sop_riding && numplayers <= 1)
|
if (!M_Active() && !TEST(pp->Flags, PF_DEAD) && !pp->sop_riding && numplayers <= 1)
|
||||||
{
|
{
|
||||||
if (pp->input.actions || pp->input.fvel || pp->input.svel || pp->input.q16avel || pp->input.q16horz ||
|
if (pp->input.actions & ~SB_RUN || pp->input.fvel || pp->input.svel || pp->input.q16avel || pp->input.q16horz ||
|
||||||
TEST(pp->Flags, PF_CLIMBING | PF_FALLING | PF_DIVING))
|
TEST(pp->Flags, PF_CLIMBING | PF_FALLING | PF_DIVING))
|
||||||
{
|
{
|
||||||
// Hit a input key or other reason to stop chops
|
// Hit a input key or other reason to stop chops
|
||||||
|
|
Loading…
Reference in a new issue