Minefield in bounded marked as specially_geo3

This commit is contained in:
Zeno Rogue 2019-04-05 14:03:28 +02:00
parent a08cf0c8fd
commit dbcfc2e978
1 changed files with 3 additions and 0 deletions

View File

@ -1024,6 +1024,9 @@ land_validity_t& land_validity(eLand l) {
return disabled;
#endif
if(l == laMinefield && bounded)
return specially_geo3;
if(l == laAsteroids) {
if(!shmup::on) return shmup_only;
if(!bounded) return bounded_only;