Skip to content

Fixes math, going even faster.

Rob Nelson requested to merge pull/4908/mathissohard into Bleeding-Edge

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 in dview())

Merge request reports