diff options
| author | Alex <zc00gii@gmail.com> | 2010-09-26 08:01:14 (GMT) |
|---|---|---|
| committer | Alex <zc00gii@gmail.com> | 2010-09-26 08:01:14 (GMT) |
| commit | 7341fd94685f83956374d34323c11de5c27a9e06 (patch) | |
| tree | 47c54723399f30bbb7bc40cd5e6c3af9ffadaeb7 /powder.c | |
| parent | ddde608d3e95cbeade256eacf3ea33e974c004c7 (diff) | |
| download | powder-7341fd94685f83956374d34323c11de5c27a9e06.zip powder-7341fd94685f83956374d34323c11de5c27a9e06.tar.gz | |
merged!
Diffstat (limited to 'powder.c')
| -rw-r--r-- | powder.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#include <stdint.h> #include <math.h> #include "defines.h" #include "powder.h" @@ -466,6 +467,9 @@ int nearest_part(int ci, int t) void update_particles_i(pixel *vid, int start, int inc) { int i, j, x, y, t, nx, ny, r, a, s, rt, fe, nt, lpv, nearp, pavg; + uint16_t tempu1, tempu2; + int16_t temps1, temps2; + float tempf1, tempf2; float mv, dx, dy, ix, iy, lx, ly, d, pp; float pt = R_TEMP; float c_heat = 0.0f; |
