1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

fixed a bug with 'world overview' breaking ESC menu

This commit is contained in:
Zeno Rogue 2022-08-07 02:16:25 +02:00
parent 4ed44d78cc
commit 884a9bb2c5

View File

@ -139,7 +139,7 @@ EX hint hints[] = {
#endif #endif
); );
dialog::addBreak(50); dialog::addBreak(50);
dialog::addItem(XLAT("world overview"), 'z'); dialog::addItem(XLAT("world overview") + " ", 'z');
}, },
[]() { []() {
pushScreen(showOverview); pushScreen(showOverview);