mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Scan for emeralds in gametypes with Emerald Hunt
This commit is contained in:
parent
1d5f9ed292
commit
4d94689af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue