Fix the bug where you could set "bad" temp to insulators.
This commit is contained in:
parent
d4a9f86503
commit
64629df1af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user