Decreased pressure cap on ambient fizzling from 5 to 3. Due to ambient pressure decrease in Air.c, carb water has trouble reaching this. Looks better when released at 3 anyhow.

This commit is contained in:
Cate 2011-09-23 03:57:18 +08:00 committed by Simon Robertshaw
parent 026e613ac6
commit c750e659a7

View File

@ -3,7 +3,7 @@
int update_CBNW(UPDATE_FUNC_ARGS) { int update_CBNW(UPDATE_FUNC_ARGS) {
int r, rx, ry, oldt; int r, rx, ry, oldt;
oldt = parts[i].tmp; oldt = parts[i].tmp;
if (pv[y/CELL][x/CELL]<=5) if (pv[y/CELL][x/CELL]<=3)
{ {
if(20>(rand()%80000)) if(20>(rand()%80000))
{ {