mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
emptyscreen added to o-key
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user