mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
emptyscreen added to o-key
This commit is contained in:
parent
009e1e2eb4
commit
c8cb6ef230
@ -1098,6 +1098,7 @@ EX named_functionality get_o_key() {
|
|||||||
if(isize(res) == 1) return res[0];
|
if(isize(res) == 1) return res[0];
|
||||||
|
|
||||||
return named_dialog(res[0].first + "/...", [res] {
|
return named_dialog(res[0].first + "/...", [res] {
|
||||||
|
emptyscreen();
|
||||||
dialog::init();
|
dialog::init();
|
||||||
char id = 'o';
|
char id = 'o';
|
||||||
for(auto& r: res) {
|
for(auto& r: res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user