Scan for emeralds in gametypes with Emerald Hunt

This commit is contained in:
Jaime Passos 2020-02-23 16:41:39 -03:00
parent b622f539ff
commit a334542f34
1 changed files with 1 additions and 1 deletions

View File

@ -2611,7 +2611,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
S_ChangeMusicEx(mapmusname, mapmusflags, true, mapmusposition, 0, 0);
}
if (gametype == GT_COOP)
if (gametyperules & GTR_EMERALDHUNT)
P_FindEmerald(); // scan for emeralds to hunt for
// If NiGHTS, find lowest mare to start with.