sm:: flags are now flagtype, not int

This commit is contained in:
Zeno Rogue
2025-10-09 08:58:46 +02:00
parent 53a71fca29
commit 510331cc14
3 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ EX namespace dialog {
/** extendable dialog */
struct extdialog : funbase {
string title, help;
int dialogflags;
flagtype dialogflags;
reaction_t reaction;
reaction_t reaction_final;
reaction_t extra_options;