mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-01 10:22:11 +00:00
make sure that mirror placement treats vertices differently
This commit is contained in:
@@ -1205,6 +1205,10 @@ int degree(heptagon *h) {
|
||||
return isize(current.adjacent[id_of(h)]);
|
||||
}
|
||||
|
||||
bool is_vertex(heptagon *h) {
|
||||
return id_of(h) >= 2 * current.N;
|
||||
}
|
||||
|
||||
int valence() {
|
||||
if(PURE) return arcm::current.N;
|
||||
if(BITRUNCATED) return 3;
|
||||
|
||||
Reference in New Issue
Block a user