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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user