1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

fixup to Rogueviz

This commit is contained in:
Zeno Rogue 2019-11-30 19:02:43 +01:00
parent 568593d7f8
commit 31f6f28012

View File

@ -426,7 +426,7 @@ pair<int, int> get_cellcrawler_id(cell *c) {
// not yet implemented for cylinder
}
if(euclid && bounded && PURE && nonorientable)
return make_pair(cell_to_pair(c).second * 2 + ctof(c), 0);
return make_pair(euc2_coordinates(c).second * 2 + ctof(c), 0);
int id = 0, dir = 0;
#if CAP_GP
if(GOLDBERG) {