mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
foxed cellgfxdist in Archimedean
This commit is contained in:
parent
877067e84c
commit
0908d1d974
@ -387,7 +387,7 @@ void virtualRebaseSimple(heptagon*& base, transmatrix& at) {
|
||||
}
|
||||
|
||||
double cellgfxdist(cell *c, int i) {
|
||||
if(euclid && !penrose) {
|
||||
if(euclid && !penrose && !archimedean) {
|
||||
if(c->type == 8 && (i&1)) return cgi.crossf * sqrt(2);
|
||||
return cgi.crossf;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user