diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2022-02-19 20:22:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-19 20:22:45 +0000 |
| commit | 320a1a30303e84b6b9e493d2ddf55056dae025af (patch) | |
| tree | d3918d45c141e4981579fa84d96122e1ab597c32 /src/code | |
| parent | 9f5217c81f9d0c83d184c984906107b6edadf53e (diff) | |
Dm_Char00 (#611)
* Dm_Char00
* Replace other macros
* PR
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); |
