diff options
| author | SammygoodTunes <sygamerz@gmail.com> | 2025-01-11 18:51:09 +0100 |
|---|---|---|
| committer | SammygoodTunes <sygamerz@gmail.com> | 2025-01-11 18:51:09 +0100 |
| commit | 090b1ae50ee4c3c13f7b4bd0734d8be22491fe76 (patch) | |
| tree | 1fad86d16f3e5d11138244348889ab37e961b845 /include/Map | |
| parent | 61f866af9347cd1411ba72b59ac3ce2250b2a5d2 (diff) | |
Decompile MapManager::GetCourseMinZ
Decompile MapManager::GetCourseMaxX
Decompile MapManager::GetCourseMaxZ
Diffstat (limited to 'include/Map')
| -rw-r--r-- | include/Map/MapManager.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index e2cbcb21..10c57c40 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -103,9 +103,9 @@ public: static unk8 func_ov00_02083374(); static unk8 func_ov00_02083384(); q20 GetCourseMinX(); - unk8 GetCourseMinZ(); - unk8 GetCourseMaxX(); - unk8 GetCourseMaxZ(); + q20 GetCourseMinZ(); + q20 GetCourseMaxX(); + q20 GetCourseMaxZ(); unk8 func_ov00_020833c4(); unk8 func_ov00_020833d0(); unk8 func_ov00_020833dc(); |
