diff options
| author | Aetias <aetias@outlook.com> | 2025-05-24 08:38:48 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-24 08:38:48 +0200 |
| commit | e138813392a8606b2b87e9463d8fb0219fef269d (patch) | |
| tree | 5a82a72685c8f1e228a7367943e7df003a0861a1 /src | |
| parent | 931f7888c30e5f295eaab5f098c0e8deac065d95 (diff) | |
Fix match
Diffstat (limited to 'src')
| -rw-r--r-- | src/05/Player/LinkStateMove.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/05/Player/LinkStateMove.cpp b/src/05/Player/LinkStateMove.cpp index 076707fe..0ca48089 100644 --- a/src/05/Player/LinkStateMove.cpp +++ b/src/05/Player/LinkStateMove.cpp @@ -200,6 +200,7 @@ ARM void LinkStateMove::vfunc_1c() { } } ActorRef sp4; + sp4.Reset(); this->PlayerLinkBase_vfunc_58(0, &sp4); return; } |
