diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:20:31 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:20:31 (GMT) |
| commit | 1fdaabca6d7d6ba4fd968b47693282b32e705264 (patch) | |
| tree | a680ff931136f64c03df5507581cfc696306cd02 /src/simulation/Simulation.cpp | |
| parent | b40f13b66a8661d8698e5fc737c2842dfb73e6f9 (diff) | |
| download | powder-1fdaabca6d7d6ba4fd968b47693282b32e705264.zip powder-1fdaabca6d7d6ba4fd968b47693282b32e705264.tar.gz | |
TPT: Viscosity change for gel. Water diffusion among sponge and gel (but with flying cake effect) c9bcc11d35
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index b08398f..853a7f0 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3272,6 +3272,10 @@ killed: rt = 30;//slight less water lag, although it changes how it moves a lot else rt = 10; + + if (t==PT_GEL) + rt = parts[i].tmp*0.20f+5.0f; + for (j=clear_x+r; j>=0 && j>=clear_x-rt && j<clear_x+rt && j<XRES; j+=r) { if (((pmap[fin_y][j]&0xFF)!=t || bmap[fin_y/CELL][j/CELL]) |
