2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-03 23:55:52 +00:00

CPathFindArea: Amend bitset size

The previous commit meant to contain this size.
This commit is contained in:
Lioncash 2020-03-25 04:15:53 -04:00
parent d0292fdc5d
commit 4f9e53933e

View File

@ -18,7 +18,7 @@ class CVParamTransfer;
class CObjectReference;
class CPFBitSet {
std::bitset<128> x0_bitmap;
std::bitset<512> x0_bitmap;
public:
void Clear() { x0_bitmap.reset(); }