Merge pull request #2357 from LOuroboros/patch-2
Update field_specials.c
This commit is contained in:
commit
b8aa34af81
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ static void PCTurnOffEffect(void)
|
|||
u16 tileId = 0;
|
||||
u8 playerDirection = GetPlayerFacingDirection();
|
||||
|
||||
if (IsPlayerInFrontOfPC() == TRUE)
|
||||
if (IsPlayerInFrontOfPC() == FALSE)
|
||||
return;
|
||||
switch (playerDirection)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue