2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 22:57:02 +00:00

Proper CRandom16 usage

More CScriptGunTurret imps
This commit is contained in:
2018-11-09 18:47:07 -08:00
parent 87e5aea6f5
commit 89ece2e9b2
22 changed files with 210 additions and 47 deletions

View File

@@ -6,6 +6,24 @@ namespace urde::MP1
{
class CFireFlea : public CPatterned
{
class CDeathCameraEffect : CEntity
{
u32 x34_ = 13;
u32 x38_ = 5;
u32 x3c_ = 60;
u32 x40_ = 190;
u32 x44_ = 0;
public:
static const zeus::CColor skStartFadeColor;
static const zeus::CColor skEndFadeColor;
static zeus::CColor sCurrentFadeColor;
CDeathCameraEffect(TUniqueId, TAreaId, std::string_view);
void Accept(IVisitor&);
void PreThink(float, CStateManager&);
void Think(float, CStateManager&);
};
public:
DEFINE_PATTERNED(FireFlea)