diff options
Diffstat (limited to 'src/code/m_actor.c')
| -rw-r--r-- | src/code/m_actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/m_actor.c b/src/code/m_actor.c index 1762c01..7398d4b 100644 --- a/src/code/m_actor.c +++ b/src/code/m_actor.c @@ -253,7 +253,7 @@ void Actor_draw(Game_Play* game_play, Actor* actor) { FaultClient faultClient; LightsN* light; - Fault_AddClient(&faultClient, func_80056380_jp, actor, "Actor_draw"); + fault_AddClient(&faultClient, func_80056380_jp, actor, "Actor_draw"); //! FAKE if (1) {} @@ -289,7 +289,7 @@ void Actor_draw(Game_Play* game_play, Actor* actor) { CLOSE_DISPS(game_play->state.gfxCtx); - Fault_RemoveClient(&faultClient); + fault_RemoveClient(&faultClient); } s32 Actor_draw_actor_no_culling_check(Actor* actor) { |
