From 13a17fa0f855cdf0a0771a21a1e5b3bb037430e2 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 29 Sep 2022 07:44:50 -0700 Subject: [PATCH] Disable checkpoint saved by savecheckpoint when disabling cheats What a mouthful. --- src/p_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_user.c b/src/p_user.c index a02b8e223..28371486a 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -4466,6 +4466,7 @@ void P_ResetPlayerCheats(void) continue; player->pflags &= ~(PF_GODMODE); + player->respawn.manual = false; if (P_MobjWasRemoved(thing)) continue;