Fixes math, going even faster.
Created by: PJB3005
- Fixes math on
update_lumcount()
, fucking hell I'm dumb. - Resolves #4907 (closed).
- Replaces a couple of
|=
operators with+=
, different (more efficient) sanity's been added to prevent dupes. - Moves
Clamp()
to a define, that'll be a LOT of overhead reduced, can tell you that much. - Makes
apply_lum()
not add turfs that weren't being affected (but were indview()
)