1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

a small break above 'show quotient spaces'

This commit is contained in:
Zeno Rogue 2018-06-22 04:49:26 +02:00
parent d6af6f9df0
commit 8e674f8818

View File

@ -280,6 +280,7 @@ void showEuclideanMenu() {
dialog::lastItem().value += validclasses[land_validity(specialland).quality_level];
}
dialog::addBreak(50);
dialog::addBoolItem(XLAT("show quotient spaces"), showquotients, 'u');
dialog::addBreak(50);