diff options
| author | Léo Lam <leo@leolam.fr> | 2021-07-07 14:10:14 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-07-07 14:34:02 +0200 |
| commit | 48e70b92bfb82cd0dad6d4f795c36f491be0f2eb (patch) | |
| tree | e624b6bc646543147cbfaf391b8ee468e2e80ef1 /src/KingSystem/Map/mapPlacementTree.h | |
| parent | 1b6c549a38de8fb27d2eb6584888feed972570a2 (diff) | |
ksys/map: Fix more matching or equivalency issues
Diffstat (limited to 'src/KingSystem/Map/mapPlacementTree.h')
| -rw-r--r-- | src/KingSystem/Map/mapPlacementTree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KingSystem/Map/mapPlacementTree.h b/src/KingSystem/Map/mapPlacementTree.h index f88bd25a..9dc50987 100644 --- a/src/KingSystem/Map/mapPlacementTree.h +++ b/src/KingSystem/Map/mapPlacementTree.h @@ -33,8 +33,8 @@ public: u32 _30{}; f32 _34 = F32Limits::max(); f32 _38 = F32Limits::max(); - f32 _3c = F32Limits::max(); - f32 _40 = F32Limits::max(); + f32 _3c = F32Limits::lowest(); + f32 _40 = F32Limits::lowest(); sead::ReadWriteLock mLock{}; }; |
