Fixed a runtime error that appears to have been interfering with restarting the master controller after an unexplained breaking of Process()

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1047 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-15 01:49:25 +00:00
parent 2b96770d61
commit ae19f8507c

View File

@@ -111,6 +111,8 @@ Filter types:
if(transfer_moles > 0)
var/datum/gas_mixture/removed = air_in.remove(transfer_moles)
if(!removed)
return
var/datum/gas_mixture/filtered_out = new
filtered_out.temperature = removed.temperature