2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 18:59:12 +00:00

CFireFlea: Make colors constexpr internal details

Same behavior, but makes the color constants fully internal details.
This commit is contained in:
Lioncash
2020-04-05 05:25:44 -04:00
parent a49d26f800
commit 99c564cfe4
2 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ class CFireFlea : public CPatterned {
u32 x44_ = 0;
public:
static const zeus::CColor skStartFadeColor;
static const zeus::CColor skEndFadeColor;
static zeus::CColor sCurrentFadeColor;
CDeathCameraEffect(TUniqueId, TAreaId, std::string_view);