mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-09 17:18:52 +00:00
sm:: flags are now flagtype, not int
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user