From 8b9ab03c142372ab1d8204389ee7210bc8600faf Mon Sep 17 00:00:00 2001 From: Felix Wallin Date: Tue, 17 Aug 2010 14:59:03 +0200 Subject: glass now works 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) -- cgit v0.9.2-21-gd62e