Disable checkpoint saved by savecheckpoint when disabling cheats

What a mouthful.
This commit is contained in:
James R 2022-09-29 07:44:50 -07:00
parent 23408e7d3b
commit 13a17fa0f8

View file

@ -4466,6 +4466,7 @@ void P_ResetPlayerCheats(void)
continue;
player->pflags &= ~(PF_GODMODE);
player->respawn.manual = false;
if (P_MobjWasRemoved(thing))
continue;