mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
renamed 'near' to 'isnear' ('near' is a non-standard keyword)
This commit is contained in:
@@ -2496,7 +2496,7 @@ namespace sword {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool near(cell *where) {
|
||||
bool isnear(cell *where) {
|
||||
if(at(where, false)) return true;
|
||||
forCellEx(w2, where) if(at(w2, false)) return true;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user