1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00

save/load rug in menus

This commit is contained in:
Zeno Rogue
2020-04-17 20:49:30 +02:00
parent 244188283b
commit 72a46b9029
2 changed files with 18 additions and 1 deletions

View File

@@ -1511,7 +1511,7 @@ EX void show() {
edit_levellines('L');
#if CAP_SURFACE
if(hyperbolic && rug_euclid())
if(hyperbolic)
dialog::addItem(XLAT("smooth surfaces"), 'c');
else
dialog::addBreak(100);