mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 05:18:05 +00:00
typo fix
This commit is contained in:
@@ -1025,7 +1025,7 @@ land_validity_t& land_validity(eLand l) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(l == laMinefield && bounded)
|
if(l == laMinefield && bounded)
|
||||||
return specially_geo3;
|
return special_geo3;
|
||||||
|
|
||||||
if(l == laAsteroids) {
|
if(l == laAsteroids) {
|
||||||
if(!shmup::on) return shmup_only;
|
if(!shmup::on) return shmup_only;
|
||||||
|
|||||||
Reference in New Issue
Block a user