mirror of
https://github.com/zeldaret/ph
synced 2026-06-28 02:23:04 -04:00
Fix error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user