mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-22 10:52: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--;
|
||||
return score;
|
||||
}
|
||||
else if(INVERSE) {
|
||||
return UIU(getHemisphere(c, which));
|
||||
}
|
||||
#endif
|
||||
#if CAP_IRR
|
||||
else if(IRREGULAR) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user