diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-16 23:19:57 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-22 14:53:36 -0500 |
| commit | 54c3f67bdfc7de117899055558024b40266202ea (patch) | |
| tree | 09ed1aad52d42087216796ad430065c62992d9ff /include/toBeSorted | |
| parent | 1e29b7940c336147849d32b4c20943277d028fd0 (diff) | |
porgress
Diffstat (limited to 'include/toBeSorted')
| -rw-r--r-- | include/toBeSorted/attention.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/toBeSorted/attention.h b/include/toBeSorted/attention.h index 309c1454..1fd3de94 100644 --- a/include/toBeSorted/attention.h +++ b/include/toBeSorted/attention.h @@ -174,7 +174,12 @@ private: public: static AttentionManager *sInstance; - + enum Flags_e { + FLAGS_0, + FLAGS_1, + FLAGS_2, + FLAGS_3, + }; bool create(); bool createHeap(); bool execute(); @@ -183,7 +188,7 @@ public: void addTarget(dAcObjBase_c &actor, const InteractionTargetDef &def, u32, mVec3_c *); void addPickUpTarget(dAcObjBase_c &actor, f32 field_0x14); - void addSitTarget(dAcObjBase_c &actor, u32 flags, f32 field_0x14); + void addSitTarget(dAcObjBase_c &actor, f32 field_0x14, Flags_e flags); void addTalkTarget_unused(dAcObjBase_c &actor); |
