1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 11:57:40 +00:00

dialog:: DIALOG_WIDE

This commit is contained in:
Zeno Rogue
2022-11-03 19:31:06 +01:00
parent 3ab4915ff4
commit 0ff46ff143
2 changed files with 4 additions and 1 deletions

View File

@@ -5733,6 +5733,7 @@ namespace sm {
static const int NARROW_LINES = (1<<24); // do make the lines narrower if we needed to reduce width
static const int EDIT_BEFORE_WALLS = (1<<25); // mouseover targets before walls
static const int EDIT_INSIDE_WALLS = (1<<26); // mouseover targets inside walls
static const int DIALOG_WIDE = (1<<27); // make dialogs wide
}
#endif