summaryrefslogtreecommitdiff
path: root/src/quest_log_player.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quest_log_player.c')
-rw-r--r--src/quest_log_player.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log_player.c b/src/quest_log_player.c
index ba672c482..560710d1e 100644
--- a/src/quest_log_player.c
+++ b/src/quest_log_player.c
@@ -127,8 +127,8 @@ static void Task_QLFishMovement(u8 taskId)
else
QL_SetObjectGraphicsId(objectEvent, GetPlayerAvatarGraphicsIdByStateId(PLAYER_AVATAR_GFX_RIDE));
ObjectEventTurn(objectEvent, objectEvent->movementDirection);
- sprite->pos2.x = 0;
- sprite->pos2.y = 0;
+ sprite->x2 = 0;
+ sprite->y2 = 0;
ScriptContext2_Disable();
DestroyTask(taskId);
}