mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed RRV in irregular and binary
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue