1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

fixed some bugs when faking Euclidean

This commit is contained in:
Zeno Rogue
2020-05-29 02:43:30 +02:00
parent ce299c1a0c
commit fca9834d02
3 changed files with 17 additions and 9 deletions

View File

@@ -1189,6 +1189,9 @@ EX void generate() {
auto& cs = cgi.cellshape;
cgi.loop = 4;
cgi.schmid = 3;
if(S7 == 6) {
cgi.adjcheck = 1;
cgi.face = 4;
@@ -1245,6 +1248,8 @@ EX void generate() {
}
}
}
reg3::make_vertices_only();
}