mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 19:52:43 +00:00
Disable checkpoint saved by savecheckpoint when disabling cheats
What a mouthful.
This commit is contained in:
parent
23408e7d3b
commit
13a17fa0f8
1 changed files with 1 additions and 0 deletions
|
|
@ -4466,6 +4466,7 @@ void P_ResetPlayerCheats(void)
|
|||
continue;
|
||||
|
||||
player->pflags &= ~(PF_GODMODE);
|
||||
player->respawn.manual = false;
|
||||
|
||||
if (P_MobjWasRemoved(thing))
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue