2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 06:46:08 +00:00

CAtomicBeta: Make skBombLocators an internal array

Like with CAtomicAlpha, we can also fully hide this array from external
view by making it internally linked.
This commit is contained in:
Lioncash
2019-10-03 01:32:30 -04:00
parent abe8b9510b
commit 67cd0d44c6
2 changed files with 21 additions and 12 deletions

View File

@@ -13,7 +13,6 @@ class CWeaponDescription;
namespace urde::MP1 {
class CAtomicBeta final : public CPatterned {
static const std::string_view skBombLocators[3];
static constexpr u32 kBombCount = 3;
rstl::reserved_vector<TUniqueId, kBombCount> x568_projectileIds;
bool x574_beamFired = false;