1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 21:58:13 +00:00

sm::TORUSCONFIG used in any Euclidean

This commit is contained in:
Zeno Rogue 2018-11-27 02:33:39 +01:00
parent cd511585ae
commit f522dbe46a

View File

@ -104,7 +104,7 @@ void prepare_torusconfig() {
void showTorusConfig() { void showTorusConfig() {
cmode = sm::SIDE; cmode = sm::SIDE;
if(torus) cmode |= sm::TORUSCONFIG; if(euclid) cmode |= sm::TORUSCONFIG;
gamescreen(2); gamescreen(2);
dialog::init(XLAT("advanced configuration")); dialog::init(XLAT("advanced configuration"));