mirror of
https://github.com/zeldaret/botw
synced 2026-06-06 03:28:44 -04:00
ksys/res: Fix copy-and-paste error
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
const AIActionDef& getAI(s32 index) const { return mAIs[index]; }
|
||||
const sead::Buffer<AIActionDef>& getAIs() const { return mAIs; }
|
||||
const sead::Buffer<AIActionDef>& getActions() const { return mAIs; }
|
||||
const sead::Buffer<AIActionDef>& getActions() const { return mActions; }
|
||||
|
||||
const AIActionDef& getAction(act::ai::ActionType type, s32 index) const {
|
||||
return getActionsOrAIs(type)[index];
|
||||
|
||||
Reference in New Issue
Block a user