summaryrefslogtreecommitdiff
path: root/src/Main/Player/LinkState.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-22 21:39:25 +0200
committerAetias <aetias@outlook.com>2025-05-22 21:39:25 +0200
commite66cbc23e1c80e904451558317d2eba3524fcb41 (patch)
treea5592649aaf89dd9e53764132f01a40b2e8ebee6 /src/Main/Player/LinkState.cpp
parent84a91b2a47b3a07f58b4d6883a8195156ccf62db (diff)
Match `LinkStateMove` in overlay 5
Diffstat (limited to 'src/Main/Player/LinkState.cpp')
-rw-r--r--src/Main/Player/LinkState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Player/LinkState.cpp b/src/Main/Player/LinkState.cpp
index b5e5621e..940f126e 100644
--- a/src/Main/Player/LinkState.cpp
+++ b/src/Main/Player/LinkState.cpp
@@ -1,5 +1,5 @@
#include "Player/LinkStateBase.hpp"
-LinkStateBase *GetLinkState(s32 index) {
+LinkStateBase *GetLinkState(LinkStateId index) {
return gLinkStates[index];
}