diff options
| author | fig02 <fig02srl@gmail.com> | 2025-02-11 17:33:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 17:33:09 -0500 |
| commit | 96e13149eac8e9b3d47111c582cdd75a731f52e4 (patch) | |
| tree | 5392f31e1919e9d60060a44ff64db9dcfd77020a /include | |
| parent | ae89a8e47b977728407b20423a4472023f94e65b (diff) | |
Name Actor_DrawAll (#2464)
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64actor.h b/include/z64actor.h index 38132540a..40cafd944 100644 --- a/include/z64actor.h +++ b/include/z64actor.h @@ -850,7 +850,7 @@ void Actor_DisableLens(struct PlayState* play); void Actor_InitContext(struct PlayState* play, ActorContext* actorCtx, struct ActorEntry* playerEntry); void Actor_UpdateAll(struct PlayState* play, ActorContext* actorCtx); s32 Actor_CullingVolumeTest(struct PlayState* play, Actor* actor, Vec3f* projPos, f32 projW); -void func_800315AC(struct PlayState* play, ActorContext* actorCtx); +void Actor_DrawAll(struct PlayState* play, ActorContext* actorCtx); void Actor_KillAllWithMissingObject(struct PlayState* play, ActorContext* actorCtx); void func_80031B14(struct PlayState* play, ActorContext* actorCtx); void func_80031C3C(ActorContext* actorCtx, struct PlayState* play); |
