mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fixed applying of powerup effects after (un)morph
https://mantis.zdoom.org/view.php?id=556
This commit is contained in:
parent
287a0933bd
commit
175e784b67
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ void InitAllPowerupEffects(AInventory *item)
|
|||
{
|
||||
if (item->IsKindOf(ptype))
|
||||
{
|
||||
IFVIRTUALPTRNAME(item, NAME_Powerup, EndEffect)
|
||||
IFVIRTUALPTRNAME(item, NAME_Powerup, InitEffect)
|
||||
{
|
||||
VMValue params[1] = { item };
|
||||
VMFrameStack stack;
|
||||
|
|
Loading…
Reference in a new issue