From cac77c3bb76494e44764fca33f6d484bb8fe8b68 Mon Sep 17 00:00:00 2001 From: Eblo <7004497+Eblo@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:24:13 -0400 Subject: Re-include z64malloc.h in z_parameter.c --- mm/src/code/z_parameter.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mm/src/code') diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c index ba8a20199..ffc4f824d 100644 --- a/mm/src/code/z_parameter.c +++ b/mm/src/code/z_parameter.c @@ -1,7 +1,7 @@ #include "global.h" #include "PR/gs2dex.h" #include "sys_cfb.h" -// #include "z64malloc.h" // 2S2H [Port] Don't want this anymore +#include "z64malloc.h" #include "z64snap.h" #include "z64view.h" #include "z64voice.h" @@ -7234,8 +7234,8 @@ void Interface_DrawClock(PlayState* play) { OVERLAY_DISP = CVarGetInteger("gEnhancements.Graphics.24HoursClock", 0) - ? Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTwentyFourHoursTextures[hourIndex], G_IM_FMT_I, 16, - 11, 0) + ? Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTwentyFourHoursTextures[hourIndex], G_IM_FMT_I, + 16, 11, 0) : Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTextures[hourIndex], G_IM_FMT_I, 16, 11, 0); // Colours the Three-Day Clocks's Hour Digit Above the Sun @@ -7277,8 +7277,8 @@ void Interface_DrawClock(PlayState* play) { OVERLAY_DISP = CVarGetInteger("gEnhancements.Graphics.24HoursClock", 0) - ? Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTwentyFourHoursTextures[hourIndex], G_IM_FMT_I, 16, - 11, 0) + ? Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTwentyFourHoursTextures[hourIndex], G_IM_FMT_I, + 16, 11, 0) : Gfx_DrawTexQuad4b(OVERLAY_DISP, sThreeDayClockHourTextures[hourIndex], G_IM_FMT_I, 16, 11, 0); // Colours the Three-Day Clocks's Hour Digit Above the Moon -- cgit v1.2.3