Use sead::Buffer<PlacementMap>

This commit is contained in:
Brian Savage 2022-01-20 10:17:58 -05:00
parent 1182f2fd75
commit c028190362
1 changed files with 1 additions and 3 deletions

View File

@ -40,9 +40,7 @@ public:
~PlacementMapMgr() = default;
private:
s32 mNumMaps;
s32 _4;
PlacementMap* mMaps;
sead::Buffer<PlacementMap> mMaps;
MapProperties* mMapProps;
s32 _18;
s32 _1c;