1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

RRV fixed in H-marked Archimedean

This commit is contained in:
Zeno Rogue 2018-08-22 11:25:52 +02:00
parent 84a1c5a204
commit 28b0e7afa7

View File

@ -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;