diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-04 15:40:26 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-04 15:40:26 (GMT) |
| commit | a11d64774290b524f0fd4496e47506d654bd66b4 (patch) | |
| tree | 29291f1a7eca558e6be9039025ac8c72711fdd78 /powder.c | |
| parent | 525f87fd6be3e7168eb23ed362f90a44e8992dd7 (diff) | |
| download | powder-a11d64774290b524f0fd4496e47506d654bd66b4.zip powder-a11d64774290b524f0fd4496e47506d654bd66b4.tar.gz | |
more work on kelvin
Diffstat (limited to 'powder.c')
| -rw-r--r-- | powder.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1161,7 +1161,7 @@ void update_particles_i(pixel *vid, int start, int inc) parts[r>>8].vx = 0.25f*parts[r>>8].vx + parts[i].vx; parts[r>>8].vy = 0.25f*parts[r>>8].vy + parts[i].vy; } - pv[y/CELL][x/CELL] += 10.00f * CFDS; //Used to be 2, some people said nukes weren't powerful enough + pv[y/CELL][x/CELL] += 20.0f * CFDS; //Used to be 2, some people said nukes weren't powerful enough fe ++; } /*if((r&0xFF)==PT_GUNP && 15>(rand()%1000)) @@ -2871,4 +2871,4 @@ void create_line(int x1, int y1, int x2, int y2, int r, int c) e -= 1.0f; } } -}
\ No newline at end of file +} |
