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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user