mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-09 22:06:01 +00:00
fixed irregular tilings on quotient spaces; new CLI parameters for irregular
This commit is contained in:
@@ -334,6 +334,7 @@ struct hrmap_quotient : hrmap {
|
||||
h->rval0 = h->rval1 = 0; h->cdata = NULL;
|
||||
h->distance = 0;
|
||||
if(!IRREGULAR) h->c7 = newCell(S7, h);
|
||||
else h->c7 = NULL;
|
||||
}
|
||||
for(int j=0; j<S7; j++) {
|
||||
int co = connections[i*S7+j];
|
||||
|
Reference in New Issue
Block a user