Fixes a bunch of missing symbols

This commit is contained in:
ShizCalev
2018-11-12 19:05:02 -05:00
parent 767f2673e8
commit 214eae8d82
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
#if LIGHTING_SOFT_THRESHOLD != 0
var/set_luminosity = max > LIGHTING_SOFT_THRESHOLD
#else
// Because of floating points?, it won't even be a flat 0.
// Because of floating points?, it won't even be a flat 0.
// This number is mostly arbitrary.
var/set_luminosity = max > 1e-6
#endif