mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 16:32:33 +00:00
Fix all the Floral Fieldsing pv2 discovered.
This commit is contained in:
parent
fa82bb11db
commit
653d6112e8
1 changed files with 1 additions and 1 deletions
|
|
@ -3025,7 +3025,7 @@ static void G_DoCompleted(void)
|
|||
token--;
|
||||
|
||||
for (i = 0; i < 7; i++)
|
||||
if (!(emeralds & i))
|
||||
if (!(emeralds & (1<<i)))
|
||||
{
|
||||
nextmap = ((netgame || multiplayer) ? smpstage_start : sstage_start) + i - 1; // to special stage!
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue