Turn screenshots (F3) off by default
This commit is contained in:
parent
953f903149
commit
063793c4d9
3 changed files with 4 additions and 1 deletions
src
|
@ -35,6 +35,7 @@ namespace po = boost::program_options;
|
|||
|
||||
Config::Config()
|
||||
: debugMode(false),
|
||||
screenshots(false),
|
||||
winResizable(false),
|
||||
fullscreen(false),
|
||||
fixedAspectRatio(true),
|
||||
|
@ -55,6 +56,7 @@ void Config::read()
|
|||
{
|
||||
#define PO_DESC_ALL \
|
||||
PO_DESC(debugMode, bool) \
|
||||
PO_DESC(screenshots, bool) \
|
||||
PO_DESC(winResizable, bool) \
|
||||
PO_DESC(fullscreen, bool) \
|
||||
PO_DESC(fixedAspectRatio, bool) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue