1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

extra_options and reaction now work in matrix dialog

This commit is contained in:
Zeno Rogue
2023-08-14 16:59:46 +02:00
parent cb05649732
commit 3eb2813667
2 changed files with 3 additions and 0 deletions

View File

@@ -1205,6 +1205,7 @@ EX namespace dialog {
catch(hr_parse_exception&) { }
};
});
if(extra_options) extra_options();
addBack();
display();
}