diff --git a/src/elements/pump.c b/src/elements/pump.c index 26b376cf0..77369c278 100644 --- a/src/elements/pump.c +++ b/src/elements/pump.c @@ -26,16 +26,13 @@ int update_PUMP(UPDATE_FUNC_ARGS) { if (parts[i].temp<= -256.0+273.15) parts[i].temp = -256.0+273.15; - if (pv[y/CELL][x/CELL]<(parts[i].temp-273.15)) - pv[y/CELL][x/CELL] += 0.1f*((parts[i].temp-273.15)-pv[y/CELL][x/CELL]); - if (y+CELL=0 && (y+ry)-CELL>0 && (x+rx)+CELL=0 && y+ry>0 && x+rx