entity.c refactoring and function naming

This commit is contained in:
theo3
2020-08-19 18:57:17 -07:00
parent 6b51df9908
commit 78f629ecc3
97 changed files with 395 additions and 447 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void sub_080A05F4(Entity* this) {
this->action = 2;
InitializeAnimation(this, 2);
} else {
if (this->parent->field_0x4 == NULL) {
if (this->parent->next == NULL) {
DeleteThisEntity();
}
sub_080A0640(this);