[Scummvm-git-logs] scummvm master -> 8e2f48636a4dbb926c12e49c6288216f93542015

dreammaster paulfgilbert at gmail.com
Thu Nov 28 06:46:23 UTC 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8e2f48636a GLK: AGT: Compilation fix


Commit: 8e2f48636a4dbb926c12e49c6288216f93542015
    https://github.com/scummvm/scummvm/commit/8e2f48636a4dbb926c12e49c6288216f93542015
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-11-27T22:46:14-08:00

Commit Message:
GLK: AGT: Compilation fix

Changed paths:
    engines/glk/agt/agt.h


diff --git a/engines/glk/agt/agt.h b/engines/glk/agt/agt.h
index cf70c39..fd9d930 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




More information about the Scummvm-git-logs mailing list