mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'issue568' into 'next'
Fixes issue #568 Closes #568 See merge request STJr/SRB2!1913
This commit is contained in:
commit
7eabccbfac
1 changed files with 3 additions and 0 deletions
|
@ -13460,6 +13460,9 @@ static boolean PIT_DustDevilLaunch(mobj_t *thing)
|
|||
if (!player)
|
||||
return true;
|
||||
|
||||
if (player->spectator)
|
||||
return true;
|
||||
|
||||
if (player->powers[pw_carry] != CR_DUSTDEVIL && (player->powers[pw_ignorelatch] & (1<<15)))
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue