mirror of
https://github.com/zeldaret/tmc
synced 2026-07-26 06:37:00 -04:00
cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ void sub_080A05F4(Entity* this) {
|
||||
|
||||
void sub_080A0624(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
if (this->frame & 0x80) {
|
||||
if (this->frame & ANIM_DONE) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user