diff options
author | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-10-27 01:27:20 +0800 |
---|---|---|
committer | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-10-27 01:39:00 +0800 |
commit | b3d779fd0d04df5a53e7615d776f12670a030946 (patch) | |
tree | 739ad970f8a900db0b357939027b901d0c17a44e /src/apprentice.c | |
parent | 4f7f6c1082ff759967b42741050534dfbc175361 (diff) |
Document field player functions
Diffstat (limited to 'src/apprentice.c')
-rw-r--r-- | src/apprentice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apprentice.c b/src/apprentice.c index f881c3bef..5d1c4287b 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -911,7 +911,7 @@ static void Script_PrintApprenticeMessage(void) ScriptContext2_Enable(); FreezeObjectEvents(); PlayerFreeze(); - sub_808BCF4(); + StopPlayerAvatar(); DrawDialogueFrame(0, 1); PrintApprenticeMessage(); } |