diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-12-12 06:46:40 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-12-12 06:46:40 (GMT) |
| commit | af72702434b11a57576ffbafb9112201c092dbae (patch) | |
| tree | 6d133f97bdd65f1ed1adeba1c6923acd07d898b6 /src | |
| parent | dc318fa14aa15d6db3588981544b5f563977f9fb (diff) | |
| download | powder-af72702434b11a57576ffbafb9112201c092dbae.zip powder-af72702434b11a57576ffbafb9112201c092dbae.tar.gz | |
few thingies before i go
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c index f03755b..34352f5 100644 --- a/src/powder.c +++ b/src/powder.c @@ -1396,6 +1396,8 @@ void update_particles_i(pixel *vid, int start, int inc) t = parts[i].type = PT_NONE; if(t==PT_SHLD4 && pv[y/CELL][x/CELL]>40.0f) t = parts[i].type = PT_NONE; + if(t==PT_WIFI && pv[y/CELL][x/CELL]>15.0f) + t = parts[i].type = PT_BRMT; //if(t==PT_GLAS && pv[y/CELL][x/CELL]>4.0f) // t = parts[i].type = PT_BGLA; if(t==PT_GLAS) |
