Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy

This commit is contained in:
Simon Robertshaw 2012-12-14 19:44:30 +00:00
commit ceee0b6dc5

View File

@ -4638,12 +4638,11 @@ void Simulation::update_particles()//doesn't update the particles themselves, bu
gravy = grav->gravy; gravy = grav->gravy;
gravp = grav->gravp; gravp = grav->gravp;
gravmap = grav->gravmap; gravmap = grav->gravmap;
}
if(gravWallChanged) if(gravWallChanged)
{ {
grav->gravity_mask(); grav->gravity_mask();
gravWallChanged = false; gravWallChanged = false;
}
} }
if(emp_decor>0) if(emp_decor>0)
emp_decor -= emp_decor/25+2; emp_decor -= emp_decor/25+2;