mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-04 17:00:15 +00:00
windmap now works on Goldberg, irregular, and Archimedean spheres
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user