Fix error

This commit is contained in:
Mike
2024-05-04 12:28:46 -04:00
parent ce86feb21d
commit 16b0d3b445
+1 -1
View File
@@ -29,7 +29,7 @@ ARM unk32 ActorType::func_0203e7c8() {
ARM void ActorType::Register() {
ActorType *actorType;
ActorType **tail = &sActorTypeList.tail;
ActorType **tail = &sActorTypeList.head;
for (actorType = sActorTypeList.head; actorType != NULL; actorType = actorType->next) {
tail = &actorType->next;