mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
typo fix
This commit is contained in:
parent
dbcfc2e978
commit
96faa8ed0e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user