diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 12:24:13 -0400 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 12:24:13 -0400 |
| commit | cac77c3bb76494e44764fca33f6d484bb8fe8b68 (patch) | |
| tree | 0505282fc105a60f943984005d074abb2ae2b26b /mm/src/code | |
| parent | 94ccff5a4a3aa7bfbeeec6510399bf496ae12d2c (diff) | |
Re-include z64malloc.h in z_parameter.c
Diffstat (limited to 'mm/src/code')
| -rw-r--r-- | mm/src/code/z_parameter.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
