diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-08-17 12:59:03 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-08-17 12:59:03 (GMT) |
| commit | 8b9ab03c142372ab1d8204389ee7210bc8600faf (patch) | |
| tree | 9f02bf90227f3ae57174ae6027464186251362fb | |
| parent | 0a8ce142ef4dd7b9ccd404b7ca07c07427752afe (diff) | |
| download | powder-8b9ab03c142372ab1d8204389ee7210bc8600faf.zip powder-8b9ab03c142372ab1d8204389ee7210bc8600faf.tar.gz | |
glass now works
| -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) |
