3d:: Euclidean dist_alt returns int, not bool

This commit is contained in:
Zeno Rogue
2019-09-12 22:38:43 +02:00
parent ab1e6a9405
commit 1a381d9e1a
+1 -1
View File
@@ -534,7 +534,7 @@ namespace euclid3 {
return true;
}
bool dist_alt(cell *c) {
int dist_alt(cell *c) {
coord co = cubemap()->ispacemap[c->master];
return getcoord(co, 2);
}