1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

chamfering switchable in Euclidean Squares

This commit is contained in:
Zeno Rogue 2018-01-06 22:14:08 +01:00
parent ffb365932c
commit c919d99ae7

View File

@ -315,7 +315,7 @@ void showEuclideanMenu() {
pushScreen(showEuclideanMenu);
}
else if(uni == 't') {
if(!euclid) {
if(!euclid6) {
restartGame('7');
pushScreen(showEuclideanMenu);
}