diff --git a/Runtime/World/CPathFindArea.hpp b/Runtime/World/CPathFindArea.hpp index b403f3a79..0f586702d 100644 --- a/Runtime/World/CPathFindArea.hpp +++ b/Runtime/World/CPathFindArea.hpp @@ -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(); }