diff --git a/polymer/eduke32/build/src/polymer.c b/polymer/eduke32/build/src/polymer.c index db5fe1e2f..f55543d58 100644 --- a/polymer/eduke32/build/src/polymer.c +++ b/polymer/eduke32/build/src/polymer.c @@ -3505,7 +3505,7 @@ void polymer_updatesprite(int32_t snum) polymer_resetplanelights(&s->plane); - while ((curpriority < pr_maxlightpriority) && (!depth || mirrors[depth-1].plane)) + while (curpriority < pr_maxlightpriority) { i = j = 0; while (j < lightcount)