mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
fixed new geometry handling for Archimedean
This commit is contained in:
@@ -223,7 +223,7 @@ heptagon *createStep(heptagon *h, int d) {
|
||||
}
|
||||
|
||||
heptagon *hrmap_standard::create_step(heptagon *h, int d) {
|
||||
if(!h->move(0) && h->s != hsOrigin && !binarytiling && (geometry != gCrystal)) {
|
||||
if(!h->move(0) && h->s != hsOrigin && !binarytiling && !cryst) {
|
||||
// cheating:
|
||||
int pard=0;
|
||||
if(S3 == 3)
|
||||
|
Reference in New Issue
Block a user