summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2026-08-28 04:15:23 -0700
committerGitHub <noreply@github.com>2026-08-28 07:15:23 -0400
commit7ddfb60b04a081efdca747d0394eee1d14926c34 (patch)
treeccdd1f483b5c5fd158df3f2ee83f23eb1a1c8d94 /include
parent5464daad84e47b8fc9930912ee976b9c8020e062 (diff)
gSetupActorDLs (#1893)
* D_801AEFA0 -> gActorEmtpyDL * gActorSetupOpaDL * gActorSetupXluDL
Diffstat (limited to 'include')
-rw-r--r--include/z64actor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64actor.h b/include/z64actor.h
index abe5ee152..94f74f70e 100644
--- a/include/z64actor.h
+++ b/include/z64actor.h
@@ -761,8 +761,8 @@ typedef struct NpcInteractInfo {
extern AttentionRangeParams gAttentionRanges[ATTENTION_RANGE_MAX];
extern s16 D_801AED48[8];
-extern Gfx D_801AEF88[];
-extern Gfx D_801AEFA0[];
+extern Gfx gActorSetupXluDL[];
+extern Gfx gActorSetupOpaDL[];
extern Actor* gCameraDriftActor;