Following /tg/'s lead, removes set background 1 for smoother gameplay.

Conflicts:
	code/game/objects/effects/glowshroom.dm
	code/modules/mob/living/carbon/zombie/zombie.dm
	code/modules/mob/living/silicon/mommi/life.dm
This commit is contained in:
d3athrow
2014-01-08 01:25:20 -05:00
committed by ZomgPonies
parent 8d64095078
commit 64d8903802
34 changed files with 44 additions and 42 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ datum/controller/lighting/New()
datum/controller/lighting/proc/process()
processing = 1
spawn(0)
set background = 1
//set background = 1
while(1)
if(processing)
iteration++
@@ -67,7 +67,7 @@ datum/controller/lighting/proc/process()
datum/controller/lighting/proc/Initialize(var/z_level)
processing = 0
spawn(-1)
set background = 1
//set background = 1
for(var/i=1, i<=lights.len, i++)
var/datum/light_source/L = lights[i]
if(L.check())