disabled Frog in shmup

This commit is contained in:
Zeno Rogue 2020-03-07 23:44:22 +01:00
parent 664db4ae39
commit 76fd1a5da6
1 changed files with 3 additions and 0 deletions

View File

@ -636,6 +636,9 @@ EX land_validity_t& land_validity(eLand l) {
if(l == laEclectic && !(geometry == gNormal && BITRUNCATED))
return pattern_not_implemented_weird;
if(l == laFrog && shmup::on)
return not_in_shmup;
if(walls_not_implemented() && isCrossroads(l))
return no_walls;