summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-12-07 16:26:53 (GMT)
committer Simon <simon@hardwired.org.uk>2010-12-07 16:26:53 (GMT)
commit46940a8e4f25b31bfd422c7096042f6c595a05e6 (patch)
tree186e719aae62c642852729a89b006a92eaa30617 /src/powder.c
parent0dee48278f9f1f9ccc5dd7cf1262fd84da29cca2 (diff)
downloadpowder-46940a8e4f25b31bfd422c7096042f6c595a05e6.zip
powder-46940a8e4f25b31bfd422c7096042f6c595a05e6.tar.gz
Added saving of pause state and particle tmp value, removed INST from the menu
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/powder.c b/src/powder.c
index 34a073f..00179cc 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -1853,7 +1853,7 @@ void update_particles_i(pixel *vid, int start, int inc)
}
docontinue = 0;
} else if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
- //parts[r>>8].life = 1020;
+ parts[r>>8].life = 1020;
//docontinue = 1;
} else {
if(nyy!=0 || nxx!=0){
@@ -1862,7 +1862,7 @@ void update_particles_i(pixel *vid, int start, int inc)
docontinue = 0;
}
} else if(destroy) {
- if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
+ if(parts[r>>8].type==PT_BRAY){
parts[r>>8].life = 1;
docontinue = 1;
} else {