1
0
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:
Zeno Rogue 2025-05-06 13:31:33 +02:00
parent 9a7cf9bb4f
commit c3c7721a4c

View File

@ -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) {