1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 21:29:03 +00:00

sm::AUTO_VALUES to automatically assign option widths

This commit is contained in:
Zeno Rogue
2022-10-21 18:50:30 +02:00
parent 5c507e58fd
commit caa4ac5bb4
3 changed files with 15 additions and 5 deletions

View File

@@ -5688,6 +5688,7 @@ namespace sm {
static const int PANNING = (1<<20); // smooth scrolling works
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
}
#endif