diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-05 19:08:13 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-05 19:08:13 (GMT) |
| commit | fb408ab82b8ae7a033899fc25ffcba3813549c54 (patch) | |
| tree | 0ecb4f868b0e334b81b4e2ad09f0cd611b17cc5c /src/main.c | |
| parent | 607572cf0d21cca38063bf71b8e1db2e776c1ac4 (diff) | |
| download | powder-fb408ab82b8ae7a033899fc25ffcba3813549c54.zip powder-fb408ab82b8ae7a033899fc25ffcba3813549c54.tar.gz | |
Revert "Dem bubbles"
This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -667,8 +667,6 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char parts[k].type = j; if (j == PT_PHOT) parts[k].ctype = 0x3fffffff; - if (j == PT_SOAP) - parts[k].ctype = 0; parts[k].x = (float)x; parts[k].y = (float)y; m[(x-x0)+(y-y0)*w] = k+1; @@ -683,8 +681,6 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char parts[fp[i]].tmp = 50; if (j == PT_PHOT) parts[fp[i]].ctype = 0x3fffffff; - if (j == PT_SOAP) - parts[k].ctype = 0; parts[fp[i]].x = (float)x; parts[fp[i]].y = (float)y; m[(x-x0)+(y-y0)*w] = fp[i]+1; |
