diff options
| author | SammygoodTunes <sygamerz@gmail.com> | 2025-06-28 23:19:29 +0200 |
|---|---|---|
| committer | SammygoodTunes <sygamerz@gmail.com> | 2025-06-28 23:19:29 +0200 |
| commit | f446227797e5bc5e338d51e2e23a026360f484a5 (patch) | |
| tree | cb60b851e939c75092ee75f1759983e78af366d7 /include/Map/MapBase.hpp | |
| parent | d733ef8b005cc5d8e865c58543d9bb473d08b7e8 (diff) | |
Decomp progress 46%
Diffstat (limited to 'include/Map/MapBase.hpp')
| -rw-r--r-- | include/Map/MapBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Map/MapBase.hpp b/include/Map/MapBase.hpp index 4c8fb1b4..f9768a81 100644 --- a/include/Map/MapBase.hpp +++ b/include/Map/MapBase.hpp @@ -204,7 +204,7 @@ public: s32 GetTriggerBoundingBox(s32 param_2, AABB *param_3); s32 GetTriggerBoundingBoxes(s32 param_2, AABB *param_3, s32 param_4); bool GetOverlappingTrigger(Vec3p *param_2); - unk8 FindTrigger(unk32 type); + TriggerBase *FindTrigger(unk32 type); unk8 GetOverlappingTriggers(Vec3p *param_2, TriggerBase **triggers, unk32 capacity); bool IsTriggerTypeOverlapped(unk32 type, Vec3p *param_3); bool AnyTrigger_func_0c(unk32 type); |
