summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpowder.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/powder.c b/powder.c
index 3193368..af0007a 100755
--- a/powder.c
+++ b/powder.c
@@ -1052,11 +1052,11 @@ inline int create_part(int p, int x, int y, int t)
{
parts[i].life = 75;
}
- //Testing
- /*if(t==PT_WOOD){
+ /*Testing
+ if(t==PT_WOOD){
parts[i].life = 150;
- }*/
- //End Testing
+ }
+ End Testing*/
if(t==PT_FIRE)
parts[i].life = rand()%50+120;
if(t==PT_PLSM)