Don't give completion emblems when getting a game over in multiplayer (or any other kind of level reset)

This commit is contained in:
Sally Coolatta 2022-03-05 01:41:24 -05:00
parent 897b81b840
commit d8f6ad217c

View file

@ -3153,6 +3153,9 @@ void G_DoReborn(INT32 playernum)
if (resetlevel)
{
// Don't give completion emblems for reloading the level...
stagefailed = true;
// reload the level from scratch
if (countdowntimeup)
{