mirror of
https://github.com/zeldaret/tmc
synced 2026-08-03 17:02:16 -04:00
cleanup
This commit is contained in:
@@ -34,7 +34,7 @@ void Object15_Action1(Entity* this) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
} else {
|
||||
if ((this->frame & 0x80) != 0) {
|
||||
if ((this->frame & ANIM_DONE) != 0) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user