mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
fixed Prairie in field quotient
This commit is contained in:
parent
38564c3daf
commit
12b6ff7208
@ -3094,7 +3094,7 @@ EX namespace prairie {
|
|||||||
if(ls::any_chaos()) {
|
if(ls::any_chaos()) {
|
||||||
c->LHU.fi.rval = 0;
|
c->LHU.fi.rval = 0;
|
||||||
}
|
}
|
||||||
else if(quotient) { // fix cylinder
|
else if(quotient && geometry != gFieldQuotient) { // fix cylinder
|
||||||
c->LHU.fi.rval = 0;
|
c->LHU.fi.rval = 0;
|
||||||
}
|
}
|
||||||
else if(euclid) {
|
else if(euclid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user