Revert "DLAY temp fix"

This reverts commit 108e5643d7.
This commit is contained in:
Simon Robertshaw 2011-07-27 13:07:23 +01:00
parent 6fbf48f2e6
commit eecf5ad352

View File

@ -984,8 +984,6 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
}
if (t==PT_BIZR||t==PT_BIZRG)
parts[i].ctype = 0x47FFFF;
if (t==PT_DLAY)
parts[i].tmp2 = *((int*)(&parts[i].temp));
//and finally set the pmap/photon maps to the newly created particle
if (t==PT_PHOT||t==PT_NEUT)
photons[y][x] = t|(i<<8);