1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

a new option for pseudohedral

This commit is contained in:
Zeno Rogue
2023-05-23 20:22:14 +02:00
parent 09a43c5646
commit 3fdd6d4967
5 changed files with 78 additions and 24 deletions

View File

@@ -679,7 +679,9 @@ EX void make_air() {
S = cgi1->emb->actual_to_base(S);
}
auto& h = cgi.shFullFloor.b[shvid(g.c)];
int id = shvid(g.c);
ensure_floorshape_generated(id, g.c);
auto& h = cgi.shFullFloor.b[id];
dqi_poly p;
p.V = shiftless(S);