diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:26:07 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:26:07 -0700 |
| commit | 6cf555f074375c8134ce44b8ba68095a3a90ec46 (patch) | |
| tree | 20da0ca1bb72f2682bdf78ac116417b12f731707 /src/script.c | |
| parent | 52439a0fc8cf34aeb4612b43cb7a0894add0ae57 (diff) | |
figurine cleanup
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index cbcab29d..14f94526 100644 --- a/src/script.c +++ b/src/script.c @@ -1654,7 +1654,7 @@ void WaitForAnimDone(Entity* entity, ScriptExecutionContext* context) { } } -void WaitForPlayerFrameHiBit(Entity* entity, ScriptExecutionContext* context) { +void WaitForPlayerAnim(Entity* entity, ScriptExecutionContext* context) { if ((gPlayerEntity.frame & ANIM_DONE) != 0) { gActiveScriptInfo.flags |= 1; } else { |
