From 6a0bb0345d4eac5d3affdab614ad16635f11c88e Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:56:58 +1100 Subject: Target -> Attention (System Rename) (#1716) * attention * revert flags, too large of a diff * more revert --- src/code/z_parameter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_parameter.c') diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 328378b48..466243854 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -6580,7 +6580,7 @@ void Interface_Draw(PlayState* play) { Map_DrawMinimap(play); if ((R_PAUSE_BG_PRERENDER_STATE != 2) && (R_PAUSE_BG_PRERENDER_STATE != 3)) { - Target_Draw(&play->actorCtx.targetCtx, play); + Attention_Draw(&play->actorCtx.attention, play); } Gfx_SetupDL39_Overlay(play->state.gfxCtx); -- cgit v1.2.3