mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 01:37:03 +00:00
CPuddleSpore: Make static const class data internally linked
Makes the data an implementation detail and also allows for the string_view array to be declared constexpr.
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace urde::MP1 {
|
||||
class CPuddleSpore : public CPatterned {
|
||||
static constexpr u32 kEyeCount = 16;
|
||||
static const std::string_view kEyeLocators[16];
|
||||
float x568_ = 0.f;
|
||||
float x56c_ = 0.f;
|
||||
float x570_;
|
||||
|
||||
Reference in New Issue
Block a user