mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
no more bugs in the Prairie
This commit is contained in:
parent
01763d4f12
commit
3d08d359ee
@ -2862,7 +2862,10 @@ namespace prairie {
|
|||||||
c->LHU.fi.walldist = 8;
|
c->LHU.fi.walldist = 8;
|
||||||
c->LHU.fi.walldist2 = 8;
|
c->LHU.fi.walldist2 = 8;
|
||||||
|
|
||||||
if(euwrap) { // fix cylinder
|
if(chaosmode) {
|
||||||
|
c->LHU.fi.rval = 0;
|
||||||
|
}
|
||||||
|
else if(euwrap) { // 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