mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 05:49:43 +00:00
texture mode -- first commit
This commit is contained in:
@@ -677,7 +677,7 @@ int pattern_threecolor(cell *c) {
|
||||
if(S7 == 3 && nontruncated)
|
||||
return c->master->fiftyval;
|
||||
if(euclid) return eupattern(c);
|
||||
return ishept(c);
|
||||
return !ishept(c);
|
||||
}
|
||||
|
||||
// returns ishept in the normal tiling;
|
||||
|
||||
Reference in New Issue
Block a user