summaryrefslogtreecommitdiff
path: root/src/vs_seeker.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-05 20:30:45 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-05 20:30:45 -0400
commita622448029e7849361d2aabcd2138ed0de207dd1 (patch)
tree842f425bb07344616c35a014f57086da6dd50777 /src/vs_seeker.c
parent35a578c62050893d5f347f637acbdcbbfb99f311 (diff)
More quest log documentation amid other stuff
Diffstat (limited to 'src/vs_seeker.c')
-rw-r--r--src/vs_seeker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs_seeker.c b/src/vs_seeker.c
index 849c599e8..813cb029f 100644
--- a/src/vs_seeker.c
+++ b/src/vs_seeker.c
@@ -598,7 +598,7 @@ static void Task_ResetObjectsRematchWantedState(u8 taskId)
if (task->data[0] == 0 && walkrun_is_standing_still() == TRUE)
{
- sub_805C270();
+ HandleEnforcedLookDirectionOnPlayerStopMoving();
task->data[0] = 1;
}