mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
west:: removed junk
This commit is contained in:
parent
45c789ffd4
commit
a9bf8304a4
@ -196,11 +196,6 @@ namespace westwall {
|
||||
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) {
|
||||
if(c->land == laWestWall && !c->landparam) buildEquidistant(c);
|
||||
return coastvalEdge(c);
|
||||
|
Loading…
Reference in New Issue
Block a user