summaryrefslogtreecommitdiff
path: root/powder.c
diff options
context:
space:
mode:
authorFelix 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)
commita11d64774290b524f0fd4496e47506d654bd66b4 (patch)
tree29291f1a7eca558e6be9039025ac8c72711fdd78 /powder.c
parent525f87fd6be3e7168eb23ed362f90a44e8992dd7 (diff)
downloadpowder-a11d64774290b524f0fd4496e47506d654bd66b4.zip
powder-a11d64774290b524f0fd4496e47506d654bd66b4.tar.gz
more work on kelvin
Diffstat (limited to 'powder.c')
-rw-r--r--powder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/powder.c b/powder.c
index 706c962..58fed0c 100644
--- a/powder.c
+++ b/powder.c
@@ -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
+}