mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
Don't give completion emblems when getting a game over in multiplayer (or any other kind of level reset)
This commit is contained in:
parent
897b81b840
commit
d8f6ad217c
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue