mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
CPowerBomb: Make kFadeColor internally linked
Hides the name from external view entirely and allows the color instance to be constexpr.
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
|
||||
#include "TCastTo.hpp" // Generated file, do not modify include path
|
||||
|
||||
namespace urde {
|
||||
#include <zeus/CColor.hpp>
|
||||
|
||||
const zeus::CColor CPowerBomb::kFadeColor(COLOR(0xffffff7));
|
||||
namespace urde {
|
||||
constexpr zeus::CColor kFadeColor(COLOR(0xffffff7));
|
||||
|
||||
CPowerBomb::CPowerBomb(const TToken<CGenDescription>& particle, TUniqueId uid, TAreaId aid, TUniqueId playerId,
|
||||
const zeus::CTransform& xf, const CDamageInfo& dInfo)
|
||||
|
||||
Reference in New Issue
Block a user