2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 14:46:09 +00:00

Final CThardusRockProjectile imps, cleanup needed

This commit is contained in:
2020-09-05 14:51:21 -07:00
parent 2c59420177
commit 2ca0cd2bdd
6 changed files with 356 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ class CDestroyableRock : public CAi {
bool x334_isCold = false;
bool x335_usePhazonModel = false;
CHealthInfo x338_healthInfo;
bool x340_;
bool x341_;
public:
@@ -61,6 +62,8 @@ public:
/* This used to be in the constructor, since we can't store CModelData directly in the class we must set it here */
GetModelData()->SetSortThermal(true);
}
void Set_x340(bool v) { x340_ = v; }
};
} // namespace urde