1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-31 06:50:16 +00:00

currfp returns fp_invalid when fp is not known, and does not use it

This commit is contained in:
Zeno Rogue
2018-11-30 14:39:23 +01:00
parent bf7bb61d35
commit f7db0feef0
4 changed files with 7 additions and 3 deletions

View File

@@ -721,7 +721,9 @@ fpattern& getcurrfp() {
return fp;
}
if(sphere || euclid) return fp_invalid;
return fp43;
if(S7 == 7 && S3 == 3)
return fp43;
return fp_invalid;
}
// extra information for field quotient extra configuration