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

emptyscreen added to o-key

This commit is contained in:
Zeno Rogue 2021-03-06 11:00:45 +01:00
parent 009e1e2eb4
commit c8cb6ef230

View File

@ -1098,6 +1098,7 @@ EX named_functionality get_o_key() {
if(isize(res) == 1) return res[0];
return named_dialog(res[0].first + "/...", [res] {
emptyscreen();
dialog::init();
char id = 'o';
for(auto& r: res) {