Fix darkness artifacts (#4052)

This commit is contained in:
Lohikar
2018-01-06 12:02:26 +02:00
committed by Erki
parent 90d5ff9f2a
commit 39afd3f3da
2 changed files with 4 additions and 5 deletions
-5
View File
@@ -366,11 +366,6 @@ Will print: "/mob/living/carbon/human/death" (you can optionally embed it in a s
#define USE_FAIL_NOT_IN_USER 6
#define USE_FAIL_IS_SILICON 7
// 510 doesn't have this flag, so this shim will turn it into a no-op if it doesn't exist.
#ifndef SEE_BLACKNESS
#define SEE_BLACKNESS 0
#endif
#define DEFAULT_SIGHT (SEE_SELF|SEE_BLACKNESS)
#define isStationLevel(Z) ((Z) in current_map.station_levels)
+4
View File
@@ -0,0 +1,4 @@
author: Lohikar
delete-after: True
changes:
- bugfix: "Objects partially obscured by shadow will no longer be partially fullbright."