mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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->y = WEAPONTOP;
|
||||||
}
|
}
|
||||||
|
|
||||||
pspr->oldx = pspr->x;
|
pspr->firstTic = true;
|
||||||
pspr->oldy = pspr->y;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return pspr;
|
return pspr;
|
||||||
|
|
Loading…
Reference in a new issue