mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +00:00
fixed getDistLimit in octagonal non-pure
This commit is contained in:
parent
ab6334974e
commit
849925962c
2
game.cpp
2
game.cpp
@ -2570,7 +2570,7 @@ void buildRosemap() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int getDistLimit() { return purehepta?(AT8?4:5):7; }
|
int getDistLimit() { return purehepta?(AT8?4:5):(AT8?6:7); }
|
||||||
|
|
||||||
bool nogoSlow(cell *to, cell *from) {
|
bool nogoSlow(cell *to, cell *from) {
|
||||||
if(cellEdgeUnstable(to) && gravityLevel(to) >= gravityLevel(from)) return true;
|
if(cellEdgeUnstable(to) && gravityLevel(to) >= gravityLevel(from)) return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user