mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 13:46:25 -04:00
Use sead::Buffer<PlacementMap>
This commit is contained in:
@@ -40,9 +40,7 @@ public:
|
||||
~PlacementMapMgr() = default;
|
||||
|
||||
private:
|
||||
s32 mNumMaps;
|
||||
s32 _4;
|
||||
PlacementMap* mMaps;
|
||||
sead::Buffer<PlacementMap> mMaps;
|
||||
MapProperties* mMapProps;
|
||||
s32 _18;
|
||||
s32 _1c;
|
||||
|
||||
Reference in New Issue
Block a user