From b5b886ab26ecb781e7be9f92139dda5dc8faacef Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Wed, 8 Sep 2021 20:45:35 +0100 Subject: [PATCH] actually lets not --- src/game/puppylights.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/puppylights.c b/src/game/puppylights.c index a42b13b51..3b3537a52 100644 --- a/src/game/puppylights.c +++ b/src/game/puppylights.c @@ -177,8 +177,6 @@ void puppylights_iterate(struct PuppyLight *light, Lights1 *src, struct Object * //Index 1 of the first dimension of gMatStack is perspective. Note that if you ever decide to cheat your way into rendering things after the game does :^) if (light->flags & PUPPYLIGHT_DIRECTIONAL) tempLight->l->l.dir[i] = approach_f32_asymptotic((s8)(lightDir[0] * gMatStack[1][0][i] + lightDir[1] * gMatStack[1][1][i] + lightDir[2] * gMatStack[1][2][i]), tempLight->l->l.dir[i], scale); - else - tempLight->l->l.dir[i] = 0x28; } }