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
1 changed files with 1 additions and 1 deletions

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(); }