Corrected a silly oversight. No, you can't swap your carry stuff when recycling!

This commit is contained in:
toasterbabe 2017-03-15 20:42:01 +00:00
parent b2c0930807
commit b53e69b949

View file

@ -5952,7 +5952,7 @@ void A_RecyclePowers(mobj_t *actor)
for (j = 0; j < NUMPOWERS; j++)
{
if (j == pw_flashing || j == pw_underwater || j == pw_spacetime
if (j == pw_flashing || j == pw_underwater || j == pw_spacetime || j == pw_carry
|| j == pw_tailsfly || j == pw_extralife || j == pw_nocontrol || j == pw_super)
continue;
players[recv_pl].powers[j] = powers[send_pl][j];