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

dialog:: sm::NARROW_LINES

This commit is contained in:
Zeno Rogue
2022-10-21 19:03:03 +02:00
parent caa4ac5bb4
commit 8294246449
3 changed files with 10 additions and 5 deletions

View File

@@ -5689,6 +5689,7 @@ namespace sm {
static const int DARKEN = (1<<21); // darken the game background
static const int NOSCR = (1<<22); // do not show the game background
static const int AUTO_VALUES = (1<<23); // automatic place for values
static const int NARROW_LINES = (1<<24); // do make the lines narrower if we needed to reduce width
}
#endif