diff options
Diffstat (limited to 'src/simulation/elements/BRMT.cpp')
| -rw-r--r-- | src/simulation/elements/BRMT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BRMT.cpp b/src/simulation/elements/BRMT.cpp index 0e36630..5ac2315 100644 --- a/src/simulation/elements/BRMT.cpp +++ b/src/simulation/elements/BRMT.cpp @@ -62,7 +62,7 @@ int Element_BRMT::update(UPDATE_FUNC_ARGS) r = pmap[y+ry][x+rx]; if (!r) continue; - if ((r&0xFF)==PT_BREC && 1>(rand()%tempFactor)) + if ((r&0xFF)==PT_BREC && !(rand()%tempFactor)) { if(rand()%2) { |
