turns out things broke from abi's runtime fix because that proc shouldn't ever be called here

This commit is contained in:
Tastyfish
2012-02-05 01:07:57 -05:00
parent 6478bf03dc
commit 35ae4bd5f3
+2 -2
View File
@@ -329,8 +329,8 @@ datum
AG.process_group()
process_singletons()
for(var/turf/simulated/T in active_singletons)
T.process_cell()
//for(var/turf/simulated/T in active_singletons) // this code shouldn't actually exist in the current version of FEA apparently,
// T.process_cell() // causes horrible gas variable glitching
process_super_conductivity()
for(var/turf/simulated/hot_potato in active_super_conductivity)