mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 03:21:28 +00:00
Fixed desync in Heretic
This commit is contained in:
parent
929febdfb1
commit
2643a4a167
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class PlayerPawn : Actor
|
|||
if (health > 0) Height = FullHeight;
|
||||
}
|
||||
|
||||
if (player && bWeaponLevel2Ended)
|
||||
if (player && bWeaponLevel2Ended && !(player.cheats & CF_PREDICTING))
|
||||
{
|
||||
bWeaponLevel2Ended = false;
|
||||
if (player.ReadyWeapon != NULL && player.ReadyWeapon.bPowered_Up)
|
||||
|
|
Loading…
Reference in a new issue