diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_lights.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/z_lights.c b/src/code/z_lights.c index 858a7186e..615e11e69 100644 --- a/src/code/z_lights.c +++ b/src/code/z_lights.c @@ -413,8 +413,7 @@ void Lights_DrawGlow(GlobalContext* globalCtx) { dl = func_8012C7FC(POLY_XLU_DISP); - gSPSetOtherMode(dl++, G_SETOTHERMODE_H, 4, 4, - 0x00000080); //! This doesn't resolve to any of the macros in gdi.h + gDPSetDither(dl++, G_CD_NOISE); gDPSetCombineLERP(dl++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0); |
