diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-08-17 22:44:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 22:44:36 -0400 |
| commit | bb39f7a9f6aec76b11e759ee8d04350493f258bb (patch) | |
| tree | 3819fa1a2ae8d20b9a4826e0164dabe5be5f337f /src | |
| parent | d1772c334039a940a187aefa99c82ce1e4b5d002 (diff) | |
remove fake match (#909)
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_En_Insect/z_en_insect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/overlays/actors/ovl_En_Insect/z_en_insect.c b/src/overlays/actors/ovl_En_Insect/z_en_insect.c index 0fc2b3dde..b6047b37a 100644 --- a/src/overlays/actors/ovl_En_Insect/z_en_insect.c +++ b/src/overlays/actors/ovl_En_Insect/z_en_insect.c @@ -590,8 +590,6 @@ void func_80A7D460(EnInsect* this, GlobalContext* globalCtx) { sp40 = 40.0f; } - if (!this->soilActor->actor.params) {} - D_80A7DEB0 += 0.99999994f / 300.0f; if (D_80A7DEB0 > 1.0f) { D_80A7DEB0 = 1.0f; |
