diff options
author | Paul Gilbert | 2019-11-27 22:46:14 -0800 |
---|---|---|
committer | Paul Gilbert | 2019-11-27 22:46:14 -0800 |
commit | 8e2f48636a4dbb926c12e49c6288216f93542015 (patch) | |
tree | 2ea271c0a604a58414a9a1d2125c62ca961822b2 /engines/glk | |
parent | c3dbc2c40f68aebf04fa76cbb225bf81f43a8c41 (diff) | |
download | scummvm-rg350-8e2f48636a4dbb926c12e49c6288216f93542015.tar.gz scummvm-rg350-8e2f48636a4dbb926c12e49c6288216f93542015.tar.bz2 scummvm-rg350-8e2f48636a4dbb926c12e49c6288216f93542015.zip |
GLK: AGT: Compilation fix
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/agt/agt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/glk/agt/agt.h b/engines/glk/agt/agt.h index cf70c3917a..fd9d9302d3 100644 --- a/engines/glk/agt/agt.h +++ b/engines/glk/agt/agt.h @@ -68,7 +68,7 @@ public: strid_t gagt_readlog_stream; /* Options that may be turned off or set by command line flags. */ - FontMode gagt_font_mode = FONT_AUTOMATIC; + FontMode gagt_font_mode; bool gagt_replacement_enabled, gagt_extended_status_enabled, gagt_abbreviations_enabled, gagt_commands_enabled; @@ -78,8 +78,6 @@ public: * tends to require a broken game file. */ bool gagt_clean_exit_test; - - private: /** * Handles initialization |