Saves a bit of memory per decal (#48985)

This commit is contained in:
AnturK
2020-01-27 16:28:23 -05:00
committed by Emmett Gaines
parent b08bf84773
commit b7aa7ef4b4
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -45,4 +45,4 @@
var/turf/T = loc
if(!istype(T)) //you know this will happen somehow
CRASH("Turf decal initialized in an object/nullspace")
T.AddComponent(/datum/component/decal, icon, icon_state, dir, CLEAN_GOD, color, null, null, alpha)
T.AddComponent(/datum/component/decal, icon, icon_state, dir, CLEAN_NEVER, color, null, null, alpha)