diff options
| author | Aetias <aetias@outlook.com> | 2025-02-18 18:33:12 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-18 18:33:12 +0100 |
| commit | 4a764f9d58cb16343c02afb3592aad7aabf66d6d (patch) | |
| tree | 282a0173c42fea0c50157fe912e240b0f6e452e6 /include/Map | |
| parent | 83bdfdb8925d84d85b36ffbe69f256cc87da8116 (diff) | |
PlayerControl: Decomp 80%
Diffstat (limited to 'include/Map')
| -rw-r--r-- | include/Map/MapManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index f597a37a..5fdbcabf 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -180,7 +180,7 @@ public: void GetTileWorldBounds(Vec2b *tile, AABB *tileBounds); unk8 MapData_vfunc_54(); unk8 func_ov00_020840a0(unk8 param_2, unk8 param_3, unk32 param_4); - unk32 MapData_vfunc_78(); + unk32 MapData_vfunc_78(Vec2b *param1); static unk8 func_ov00_020840dc(); static unk8 func_ov00_02084100(unk32 param_1, MapManager *param_2); unk8 GetMapData_Unk_48(); |
