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

Work on CBabygoth

This commit is contained in:
Jack Andersen
2019-06-29 21:29:49 -10:00
parent d1e97dd821
commit 003146f614
12 changed files with 723 additions and 360 deletions

View File

@@ -135,6 +135,7 @@ void CGunWeapon::UpdateGunFx(bool shotSmoke, float dt, const CStateManager& mgr,
if (x218_26_loaded && x204_frozenEffect != EFrozenFxType::None) {
if (x204_frozenEffect == EFrozenFxType::Thawed) {
if (x1b8_frozenGenerator->IsSystemDeletable()) {
x204_frozenEffect = EFrozenFxType::None;
x1b8_frozenGenerator.reset();
} else {
x1b8_frozenGenerator->SetTranslation(xf.origin);