TPT: Limit gel tmp value 1c5381662d

This commit is contained in:
Simon Robertshaw 2012-06-12 17:32:43 +01:00
parent 6af88ee7da
commit cc8ae0dc44

View File

@ -50,6 +50,8 @@ Element_GEL::Element_GEL()
int Element_GEL::update(UPDATE_FUNC_ARGS)
{
int r, rx, ry;
if (parts[i].tmp>100) parts[i].tmp = 100;
if (parts[i].tmp<0) parts[i].tmp = 0;
for (rx=-2; rx<3; rx++)
for (ry=-2; ry<3; ry++)
if (x+rx>=0 && y+ry>0 && x+rx<XRES && y+ry<YRES && (rx || ry))