mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
Fix all the Floral Fieldsing pv2 discovered.
This commit is contained in:
parent
1bd963db7a
commit
a56811cb0d
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…
Reference in a new issue