1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

crash fixed in geom-exp menu

This commit is contained in:
Zeno Rogue 2020-07-24 16:20:49 +02:00
parent 7d7fe85199
commit 269a65862f

View File

@ -622,6 +622,7 @@ EX void showEuclideanMenu() {
int denom = (2*ts + 2*tv - ts * tv);
#if CAP_GP
if(GOLDBERG || INVERSE) {
ld area = PIU(cgi.gpdata->area);
if(GOLDBERG || WARPED) {
@ -643,6 +644,7 @@ EX void showEuclideanMenu() {
denom *= 3;
}
}
}
#endif
int worldsize;