This commit is contained in:
Zeno Rogue 2019-04-05 14:03:53 +02:00
parent dbcfc2e978
commit 96faa8ed0e
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ land_validity_t& land_validity(eLand l) {
#endif
if(l == laMinefield && bounded)
return specially_geo3;
return special_geo3;
if(l == laAsteroids) {
if(!shmup::on) return shmup_only;