Fix all the Floral Fieldsing pv2 discovered.

This commit is contained in:
toaster 2018-06-12 01:08:03 +01:00
parent 1bd963db7a
commit a56811cb0d

View file

@ -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;