disabling Chaos in Quotient

This commit is contained in:
Zeno Rogue 2017-10-30 10:56:33 +01:00
parent 6b9075b0f0
commit 670e877474
1 changed files with 2 additions and 2 deletions

View File

@ -1071,7 +1071,7 @@ void restartGame(char switchWhat, bool push) {
randomPatternsMode = peace::on = false;
}
if(switchWhat == 'C') {
if(euclid || sphere)
if(euclid || sphere || quotient)
geometry = gNormal;
if(tactic::on) firstland = laIce;
yendor::on = tactic::on = princess::challenge = false;
@ -1096,7 +1096,7 @@ void restartGame(char switchWhat, bool push) {
if(switchWhat == 'g') {
if(geometry == targetgeometry) geometry = gNormal;
else geometry = targetgeometry;
if(chaosmode && (euclid || sphere)) chaosmode = false;
if(chaosmode && (euclid || sphere || quotient)) chaosmode = false;
if(purehepta && euclid) purehepta = false;
resetGeometry();
}