mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
Merge pull request #339 from hatal175/fxenum
This commit is contained in:
@@ -61,7 +61,7 @@ void sub_080AACE0(Entity* this) {
|
||||
if (this->spriteSettings.draw == 1) {
|
||||
this->spriteSettings.draw = 0;
|
||||
this->field_0x86.HALF.LO = 1;
|
||||
CreateFx(this, 2, 0);
|
||||
CreateFx(this, FX_DEATH, 0);
|
||||
}
|
||||
|
||||
parent = this->parent;
|
||||
@@ -80,7 +80,7 @@ void sub_080AACE0(Entity* this) {
|
||||
}
|
||||
|
||||
if (this->field_0x86.HALF.LO == 0) {
|
||||
CreateFx(this, 2, 0);
|
||||
CreateFx(this, FX_DEATH, 0);
|
||||
}
|
||||
|
||||
DeleteThisEntity();
|
||||
|
||||
Reference in New Issue
Block a user