1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-04 00:40:16 +00:00

windmap now works on Goldberg, irregular, and Archimedean spheres

This commit is contained in:
Zeno Rogue
2018-08-20 16:28:47 +02:00
parent 7e52b1f340
commit 13e5c3a555
3 changed files with 9 additions and 8 deletions

View File

@@ -3093,7 +3093,7 @@ namespace windmap {
// cw.spin = 0;
neighbors.emplace_back();
auto &v = neighbors.back();
if(gp::on || irr::on)
if((gp::on || irr::on) && !sphere)
for(int l=0; l<S7; l++) {
heptspin hs(cw.at->master, cw.spin);
hs = hs + l + wstep;