Fixed: the instant weapon switch flag didn't work anymore

This commit is contained in:
Leonard2 2016-07-30 23:50:14 +02:00
parent bd3fd22ac9
commit c0d3eb997a
1 changed files with 1 additions and 2 deletions

View File

@ -237,8 +237,7 @@ DPSprite *player_t::GetPSprite(PSPLayers layer)
pspr->y = WEAPONTOP;
}
pspr->oldx = pspr->x;
pspr->oldy = pspr->y;
pspr->firstTic = true;
}
return pspr;