1
0
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:
Zeno Rogue
2018-06-25 23:14:46 +02:00
parent 495d87ff91
commit 030377583c
5 changed files with 7 additions and 6 deletions

View File

@@ -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);