mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 21:37:03 +00:00
Various fixes and minor code cleanup, issue warning when attempting to load an unimplemented object
This commit is contained in:
@@ -13,8 +13,7 @@ class CAtomicAlpha : public CPatterned {
|
||||
pas::ELocomotionType x10_locomotionType;
|
||||
float x14_scaleTime = FLT_MAX;
|
||||
SBomb(const std::string_view locator, pas::ELocomotionType locomotionType)
|
||||
: x0_locatorName(locator.data())
|
||||
, x10_locomotionType(locomotionType) {}
|
||||
: x0_locatorName(locator.data()), x10_locomotionType(locomotionType) {}
|
||||
};
|
||||
bool x568_24_inRange : 1;
|
||||
bool x568_25_invisible : 1;
|
||||
@@ -29,6 +28,7 @@ class CAtomicAlpha : public CPatterned {
|
||||
CProjectileInfo x668_bombProjectile;
|
||||
CModelData x690_bombModel;
|
||||
rstl::reserved_vector<SBomb, skBombCount> x6dc_bombLocators;
|
||||
|
||||
public:
|
||||
DEFINE_PATTERNED(AtomicAlpha)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user