1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

gSmallElliptic geometry

This commit is contained in:
Zeno Rogue
2018-05-01 19:34:09 +02:00
parent bf0ce8d2f0
commit 5a9bc6c014
6 changed files with 33 additions and 28 deletions

View File

@@ -241,6 +241,7 @@ struct heptspin {
int spin;
bool mirrored;
heptspin() { mirrored = false; }
heptspin(heptagon *h, int s = 0, bool m = false) : h(h), spin(s), mirrored(m) { }
};
struct cell : gcell {