mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-18 03:58:04 +00:00
changed the 'quotient==2' tests to 'geometry == gFieldQuotient'
This commit is contained in:
@@ -703,7 +703,7 @@ fpattern current_quotient_field(0), fp_invalid(0);
|
||||
bool quotient_field_changed;
|
||||
|
||||
fpattern& getcurrfp() {
|
||||
if(quotient == 2 && quotient_field_changed)
|
||||
if(geometry == gFieldQuotient && quotient_field_changed)
|
||||
return current_quotient_field;
|
||||
if(S7 == 8 && S3 == 3) {
|
||||
static fpattern fp(17);
|
||||
|
||||
Reference in New Issue
Block a user