1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-22 19:37:04 +00:00

fixed RRV in irregular and binary

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

View File

@ -1102,6 +1102,7 @@ int geosupport_football() {
int pattern_threecolor(cell *c) {
if(archimedean) return arcm::threecolor(arcm::id_of(c->master));
if(irr::on || binarytiling) return !pseudohept(c);
if(S3 == 3 && !(S7&1) && gp_threecolor() == 1 && c->master->c7 != c) {
auto li = gp::get_local_info(c);
int rel = (li.relative.first - li.relative.second + MODFIXER) % 3;