mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 23:47:00 +00:00
Brownian marked as non-implemented
This commit is contained in:
parent
002c41058e
commit
825f1641da
@ -1364,7 +1364,7 @@ land_validity_t& land_validity(eLand l) {
|
|||||||
if(l == laStorms && torus)
|
if(l == laStorms && torus)
|
||||||
return interesting;
|
return interesting;
|
||||||
|
|
||||||
if(l == laMagnetic)
|
if(l == laMagnetic || l == laBrownian)
|
||||||
return land_not_implemented;
|
return land_not_implemented;
|
||||||
|
|
||||||
if(shmup::on && among(l, laMirror, laMirrorOld) && among(geometry, gElliptic, gQuotient))
|
if(shmup::on && among(l, laMirror, laMirrorOld) && among(geometry, gElliptic, gQuotient))
|
||||||
|
Loading…
Reference in New Issue
Block a user