summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 15:36:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 15:36:01 (GMT)
commit59a78621d9e9b09782401b73e17c34cc1ea27c4c (patch)
tree587b0a877f736e9ec45897cfadc660c684aed11c /src/simulation/Simulation.cpp
parent1987efd6e51b18bd6f691b6018d85dc1da8c9842 (diff)
downloadpowder-59a78621d9e9b09782401b73e17c34cc1ea27c4c.zip
powder-59a78621d9e9b09782401b73e17c34cc1ea27c4c.tar.gz
Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC revert
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index 6680c16..91c12b8 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -3695,7 +3695,7 @@ void Simulation::update_particles_i(int start, int inc)
s = 0;
}
#else
- if (1>rand()%6) t = PT_SALT;
+ if (rand()%4==0) t = PT_SALT;
else t = PT_WTRV;
#endif
}