small cleanup

This commit is contained in:
lepelog
2025-12-04 18:48:06 +01:00
parent 940238680d
commit a5ab025d62
2 changed files with 0 additions and 19 deletions
-2
View File
@@ -222,8 +222,6 @@ public:
);
// These may not belong here
// fn_8002F190
// TODO: return type is probably a superclass for all insects
static dAcBase_c* createInsectActor(
dAcBase_c* parent,
fProfile::PROFILE_NAME_e actorId, u32 params1, mVec3_c *pos, mAng3_c *rot, mVec3_c *scale, u32 params2, s32 roomId
-17
View File
@@ -80,14 +80,6 @@ private:
bool shouldSpawn();
void spawnAll();
bool someGroundCheck(const mVec3_c &pos, s32 param_3);
void handleForceEscape(s32 i) {
if (mLinks[i].isLinked()) {
mLinks[i].get()->mActorProperties |= AC_PROP_0x4;
}
}
bool isButterfly() const {
return isSubtype(10);
}
bool isTrialGateType() const {
return getSubtype() != SUBTYPE_BUTTERFLY ? false : getSpawnSubtype() == SPAWN_TRIAL_GATE;
}
@@ -97,15 +89,6 @@ private:
bool isGoddessWallType() const {
return getSubtype() != SUBTYPE_BUTTERFLY ? false : getSpawnSubtype() == SPAWN_GODDESS_WALL;
}
f32 getOriginalScaleX() const {
return 100 * mScale.x;
}
f32 getOriginalScaleY() const {
return 100 * mScale.y;
}
inline s32 getTries() {
return 5;
}
int doDelete() override;
int draw() override;
int actorCreate() override;