1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 12:47:10 +00:00

arbiquotient:: add break

This commit is contained in:
Zeno Rogue
2025-10-07 21:56:41 +02:00
parent 8eb5e8b642
commit afcbe648c8

View File

@@ -517,6 +517,7 @@ EX void show_dialog() {
}
dialog::end_list();
dialog::addBreak(100);
dialog::addItem("auto-generate", 'g');
dialog::add_action_push(show_auto_dialog);
if(cgflags & qANYQ) {