mirror of
https://github.com/pret/pokeemerald.git
synced 2026-07-31 08:26:36 -05:00
added curly braces per https://github.com/rh-hideout/pokeemerald-expansion/pull/5278\#discussion_r1779196726
This commit is contained in:
parent
796a598549
commit
eb1469af1d
|
|
@ -1563,7 +1563,9 @@ static void Task_StairWarp(u8 taskId)
|
|||
if (!ObjectEventIsMovementOverridden(playerObjectEvent) || ObjectEventClearHeldMovementIfFinished(playerObjectEvent))
|
||||
{
|
||||
if (tDelay != 0)
|
||||
{
|
||||
tDelay--;
|
||||
}
|
||||
else
|
||||
{
|
||||
TryFadeOutOldMapMusic();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user