mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-31 14:42:49 +00:00
fixed getHempisphere on INVERSE
This commit is contained in:
parent
9a7cf9bb4f
commit
c3c7721a4c
@ -554,6 +554,9 @@ EX int getHemisphere(cell *c, int which) {
|
|||||||
if(score == 0 && error < -.001) score--;
|
if(score == 0 && error < -.001) score--;
|
||||||
return score;
|
return score;
|
||||||
}
|
}
|
||||||
|
else if(INVERSE) {
|
||||||
|
return UIU(getHemisphere(c, which));
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
#if CAP_IRR
|
#if CAP_IRR
|
||||||
else if(IRREGULAR) {
|
else if(IRREGULAR) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user