mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +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) {
|
int threecolor(int id) {
|
||||||
if(nonbitrunc)
|
if(haveph)
|
||||||
|
return !pseudohept(id);
|
||||||
|
else if(nonbitrunc)
|
||||||
return current.tilegroup[id];
|
return current.tilegroup[id];
|
||||||
else {
|
else {
|
||||||
if(current.support_threecolor() == 2) return id < current.N * 2 ? (id&1) : 2;
|
if(current.support_threecolor() == 2) return id < current.N * 2 ? (id&1) : 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user