mirror of https://github.com/zeldaret/botw.git
ksys/res: Fix copy-and-paste error
This commit is contained in:
parent
058cca1a3f
commit
cc5c9581b4
|
@ -65,7 +65,7 @@ public:
|
||||||
|
|
||||||
const AIActionDef& getAI(s32 index) const { return mAIs[index]; }
|
const AIActionDef& getAI(s32 index) const { return mAIs[index]; }
|
||||||
const sead::Buffer<AIActionDef>& getAIs() const { return mAIs; }
|
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 {
|
const AIActionDef& getAction(act::ai::ActionType type, s32 index) const {
|
||||||
return getActionsOrAIs(type)[index];
|
return getActionsOrAIs(type)[index];
|
||||||
|
|
Loading…
Reference in New Issue