Merge pull request #12832 from Citadel-Station-13/overlays-experimental

do we want (probably) free memory savings trick question yes we do
This commit is contained in:
Lin
2020-07-23 13:41:36 -05:00
committed by GitHub
+5 -2
View File
@@ -152,14 +152,17 @@
var/list/po = A.priority_overlays;\
if(LAZYLEN(rm)){\
A.overlays -= rm;\
rm.Cut();\
A.remove_overlays = null;\
}\
if(LAZYLEN(ad)){\
A.overlays |= ad;\
ad.Cut();\
A.add_overlays = null;\
}\
if(LAZYLEN(po)){\
A.overlays |= po;\
}\
else{\
A.priority_overlays = null;\
}\
A.flags_1 &= ~OVERLAY_QUEUED_1;\
}