From f522dbe46a557a6caf9edd08b29508fe7c786e62 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 27 Nov 2018 02:33:39 +0100 Subject: [PATCH] sm::TORUSCONFIG used in any Euclidean --- geom-exp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geom-exp.cpp b/geom-exp.cpp index 9bdac3d5..01818704 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -104,7 +104,7 @@ void prepare_torusconfig() { void showTorusConfig() { cmode = sm::SIDE; - if(torus) cmode |= sm::TORUSCONFIG; + if(euclid) cmode |= sm::TORUSCONFIG; gamescreen(2); dialog::init(XLAT("advanced configuration"));