mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-15 10:38:06 +00:00
fixes for mobile
This commit is contained in:
@@ -1495,7 +1495,8 @@ namespace patterns {
|
||||
|
||||
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
||||
|
||||
dialog::addSelItem(XLAT("formula"), "formula", 'f');
|
||||
if(!ISMOBILE)
|
||||
dialog::addSelItem(XLAT("formula"), "formula", 'f');
|
||||
|
||||
dialog::addBreak(100);
|
||||
dialog::addBoolItem(XLATN(winf[waInvisibleFloor].name), canvas_invisible, 'i');
|
||||
|
||||
Reference in New Issue
Block a user