summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSimon 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)
commitfb408ab82b8ae7a033899fc25ffcba3813549c54 (patch)
tree0ecb4f868b0e334b81b4e2ad09f0cd611b17cc5c /src/main.c
parent607572cf0d21cca38063bf71b8e1db2e776c1ac4 (diff)
downloadpowder-fb408ab82b8ae7a033899fc25ffcba3813549c54.zip
powder-fb408ab82b8ae7a033899fc25ffcba3813549c54.tar.gz
Revert "Dem bubbles"
This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index e2bf9d0..92a9fdd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;