Fix tiny regression with special stage tally

This commit is contained in:
spherallic 2023-03-31 13:36:54 +02:00
parent db4de0f50e
commit 91ef59f76b

View file

@ -1139,7 +1139,7 @@ void Y_Ticker(void)
data.spec.emeraldmomy = 20;
data.spec.emeraldy = -40;
}
else
else if (P_GetNextEmerald() < 7)
{
if (!stagefailed)
{