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
@ -2861,8 +2861,11 @@ namespace prairie {
|
||||
c->LHU.fi.flowerdist = 8;
|
||||
c->LHU.fi.walldist = 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;
|
||||
}
|
||||
else if(euclid) {
|
||||
|
Loading…
Reference in New Issue
Block a user