mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
west:: removed junk
This commit is contained in:
parent
45c789ffd4
commit
a9bf8304a4
@ -196,11 +196,6 @@ namespace westwall {
|
|||||||
placeLocalOrbs(c);
|
placeLocalOrbs(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
cell *where;
|
|
||||||
int dfrom[2], dto[2], qdirs;
|
|
||||||
|
|
||||||
int gdist(int d, int e) { return dirdiff(d-e, where->type); }
|
|
||||||
|
|
||||||
int coastvalEdge1(cell *c) {
|
int coastvalEdge1(cell *c) {
|
||||||
if(c->land == laWestWall && !c->landparam) buildEquidistant(c);
|
if(c->land == laWestWall && !c->landparam) buildEquidistant(c);
|
||||||
return coastvalEdge(c);
|
return coastvalEdge(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user