1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-14 23:22:49 +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); int denom = (2*ts + 2*tv - ts * tv);
#if CAP_GP #if CAP_GP
if(GOLDBERG || INVERSE) {
ld area = PIU(cgi.gpdata->area); ld area = PIU(cgi.gpdata->area);
if(GOLDBERG || WARPED) { if(GOLDBERG || WARPED) {
@ -643,6 +644,7 @@ EX void showEuclideanMenu() {
denom *= 3; denom *= 3;
} }
} }
}
#endif #endif
int worldsize; int worldsize;