Fix the bug where you could set "bad" temp to insulators.

This commit is contained in:
savask 2012-04-18 16:46:49 +07:00
parent d4a9f86503
commit 64629df1af

View File

@ -2123,6 +2123,7 @@ void update_particles_i(pixel *vid, int start, int inc)
}
}
}
else parts[i].temp = restrict_flt(parts[i].temp, MIN_TEMP, MAX_TEMP);
}
if (t==PT_LIFE)