mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Allow completion emblems in multiplayer
This commit is contained in:
parent
303d636f8e
commit
29c61fac88
1 changed files with 1 additions and 1 deletions
|
@ -3843,7 +3843,7 @@ static void G_UpdateVisited(gamedata_t *data, boolean silent)
|
|||
{
|
||||
boolean spec = G_IsSpecialStage(gamemap);
|
||||
// Update visitation flags?
|
||||
if (!multiplayer && !demoplayback && (gametype == GT_COOP) // SP/RA/NiGHTS mode
|
||||
if (!demoplayback && (gametype == GT_COOP) // SP/RA/NiGHTS mode
|
||||
&& !stagefailed) // Did not fail the stage
|
||||
{
|
||||
UINT8 earnedEmblems;
|
||||
|
|
Loading…
Reference in a new issue