mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
RRV fixed in H-marked Archimedean
This commit is contained in:
parent
84a1c5a204
commit
28b0e7afa7
@ -826,7 +826,9 @@ bool linespattern(cell *c) {
|
||||
}
|
||||
|
||||
int threecolor(int id) {
|
||||
if(nonbitrunc)
|
||||
if(haveph)
|
||||
return !pseudohept(id);
|
||||
else if(nonbitrunc)
|
||||
return current.tilegroup[id];
|
||||
else {
|
||||
if(current.support_threecolor() == 2) return id < current.N * 2 ? (id&1) : 2;
|
||||
|
Loading…
Reference in New Issue
Block a user