mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Fix tiny regression with special stage tally
This commit is contained in:
parent
db4de0f50e
commit
91ef59f76b
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ void Y_Ticker(void)
|
|||
data.spec.emeraldmomy = 20;
|
||||
data.spec.emeraldy = -40;
|
||||
}
|
||||
else
|
||||
else if (P_GetNextEmerald() < 7)
|
||||
{
|
||||
if (!stagefailed)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue