diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-27 12:07:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-27 12:07:23 (GMT) |
| commit | eecf5ad352a7c3d13dd030f59b3c37c002fc160e (patch) | |
| tree | 10d716779dc89de84278e7f352c8c05cfb580a3a /src | |
| parent | 6fbf48f2e674ccbdb280a4e87e7ee40bb7c2bad6 (diff) | |
| download | powder-eecf5ad352a7c3d13dd030f59b3c37c002fc160e.zip powder-eecf5ad352a7c3d13dd030f59b3c37c002fc160e.tar.gz | |
Revert "DLAY temp fix"
This reverts commit 108e5643d7f96749d68f8e87d9b2bfddf1e5cf1a.
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/powder.c b/src/powder.c index 447f3fd..dbf9c45 100644 --- a/src/powder.c +++ b/src/powder.c @@ -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); |
