1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-19 11:49:59 +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() {
cmode = sm::SIDE;
if(torus) cmode |= sm::TORUSCONFIG;
if(euclid) cmode |= sm::TORUSCONFIG;
gamescreen(2);
dialog::init(XLAT("advanced configuration"));