diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
| commit | 201955ea052a5188f2e59bdcdbf6c52ff158ee66 (patch) | |
| tree | 66474a7515b56c90e1d0b94a0a39f42da6677d71 /src/enemy/beetle.c | |
| parent | 37714644960c56650dd1067b86aafa685eaf01f4 (diff) | |
create enemy struct and enemy flags
Diffstat (limited to 'src/enemy/beetle.c')
| -rw-r--r-- | src/enemy/beetle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/beetle.c b/src/enemy/beetle.c index d6b4d9f8..10263a30 100644 --- a/src/enemy/beetle.c +++ b/src/enemy/beetle.c @@ -70,7 +70,7 @@ void Beetle_OnDeath(BeetleEntity* this) { entity->subtimer--; super->parent = NULL; } - CreateDeathFx(super, 0xf0, 0); + EnemyCreateDeathFX((Enemy*)super, 0xf0, 0); } } |
