Update field_specials.c
This commit is contained in:
parent
13573b6e53
commit
8e9bfda120
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