diff options
| -rwxr-xr-x | powder.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |
