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
+3 -3
View File
@@ -126,7 +126,7 @@ var/datum/controller/air_system/air_master
//Inputs: None.
//Outputs: None.
set background = 1
//set background = 1
world << "\red \b Processing Geometry..."
sleep(-1)
@@ -158,7 +158,7 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
//Outputs: None.
set background = 1
//set background = 1
while(1)
if(!air_processing_killed)
@@ -353,4 +353,4 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
potential_intrazone_connections[B] += A
else
potential_intrazone_connections[B] = list(A)
potential_intrazone_connections[B] = list(A)