mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
fixed getHempisphere on INVERSE
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user