added curly braces per https://github.com/rh-hideout/pokeemerald-expansion/pull/5278\#discussion_r1779196726
This commit is contained in:
parent
796a598549
commit
eb1469af1d
1 changed files with 2 additions and 0 deletions
|
@ -1563,7 +1563,9 @@ static void Task_StairWarp(u8 taskId)
|
|||
if (!ObjectEventIsMovementOverridden(playerObjectEvent) || ObjectEventClearHeldMovementIfFinished(playerObjectEvent))
|
||||
{
|
||||
if (tDelay != 0)
|
||||
{
|
||||
tDelay--;
|
||||
}
|
||||
else
|
||||
{
|
||||
TryFadeOutOldMapMusic();
|
||||
|
|
Loading…
Reference in a new issue