Brownian marked as non-implemented

This commit is contained in:
Zeno Rogue 2018-05-15 23:28:23 +02:00
parent 002c41058e
commit 825f1641da
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ land_validity_t& land_validity(eLand l) {
if(l == laStorms && torus)
return interesting;
if(l == laMagnetic)
if(l == laMagnetic || l == laBrownian)
return land_not_implemented;
if(shmup::on && among(l, laMirror, laMirrorOld) && among(geometry, gElliptic, gQuotient))