mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
free space to make start menu consistent
This commit is contained in:
parent
2d6ce7c2dc
commit
7b3b2e0573
@ -735,6 +735,12 @@ EX void showStartMenu() {
|
|||||||
dialog::addBigItem(XLAT1("Halloween"), 'Z');
|
dialog::addBigItem(XLAT1("Halloween"), 'Z');
|
||||||
dialog::addInfo(XLAT("Halloween mini-game"));
|
dialog::addInfo(XLAT("Halloween mini-game"));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
dialog::addBreak(100);
|
||||||
|
dialog::addBigItem("", 0);
|
||||||
|
dialog::addInfo("");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(have_current_settings()) {
|
if(have_current_settings()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user