mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
fake curvature
This commit is contained in:
@@ -2755,6 +2755,8 @@ EX void set_land_for_geometry(cell *c) {
|
||||
}
|
||||
|
||||
EX void setdist(cell *c, int d, cell *from) {
|
||||
|
||||
if(fake::in()) return FPIU(setdist(c, d, from));
|
||||
|
||||
if(c->mpdist <= d) return;
|
||||
if(c->mpdist > d+1 && d < BARLEV) setdist(c, d+1, from);
|
||||
|
Reference in New Issue
Block a user