mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-27 13:02:49 +00:00
3d:: Euclidean dist_alt returns int, not bool
This commit is contained in:
parent
ab1e6a9405
commit
1a381d9e1a
@ -534,7 +534,7 @@ namespace euclid3 {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool dist_alt(cell *c) {
|
int dist_alt(cell *c) {
|
||||||
coord co = cubemap()->ispacemap[c->master];
|
coord co = cubemap()->ispacemap[c->master];
|
||||||
return getcoord(co, 2);
|
return getcoord(co, 2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user