mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
Fixed: the instant weapon switch flag didn't work anymore
This commit is contained in:
parent
bd3fd22ac9
commit
c0d3eb997a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue