diff options
| author | Kiloku <mateus.sateles@protonmail.com> | 2025-03-05 20:04:47 -0300 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-03-05 17:37:41 -0600 |
| commit | 4b49902ba60855ad67fc51191e8a895ae9ecd0eb (patch) | |
| tree | 30483bb2af2f219a8e648c7bc3b555019d6700f6 /src | |
| parent | 126a0603a37f544f327864db613b34171e0538aa (diff) | |
Add missing RCP call
Diffstat (limited to 'src')
| -rw-r--r-- | src/port/mods/PortEnhancements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/mods/PortEnhancements.c b/src/port/mods/PortEnhancements.c index b049a1d5..4da674e4 100644 --- a/src/port/mods/PortEnhancements.c +++ b/src/port/mods/PortEnhancements.c @@ -379,6 +379,7 @@ void OnRadarMarkWolfenDraw(IEvent* ev) { } ev->cancelled = true; + RCP_SetupDL(&gMasterDisp, SETUPDL_62); gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255); Matrix_Scale(gGfxMatrix, 54.0f, 54.0f, 1.0f, MTXF_APPLY); Matrix_SetGfxMtx(&gMasterDisp); |
