aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-16 20:38:25 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitbc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e (patch)
tree8dd8ac087d1d07a161fa0da72a037bb021e6453f /engines/glk/frotz/mem.h
parentfc2b1edd1fd6227e9495ada72840e9434f9095fa (diff)
downloadscummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.gz
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.tar.bz2
scummvm-rg350-bc4df65bd7b81dc5cec98f6681e9d83f7c22dc8e.zip
GLK: Fix gcc compiler warnings
Diffstat (limited to 'engines/glk/frotz/mem.h')
-rw-r--r--engines/glk/frotz/mem.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/glk/frotz/mem.h b/engines/glk/frotz/mem.h
index 43b272720e..372c7e78d1 100644
--- a/engines/glk/frotz/mem.h
+++ b/engines/glk/frotz/mem.h
@@ -128,8 +128,8 @@ public:
zbyte h_screen_cols;
zword h_screen_width;
zword h_screen_height;
- zbyte h_font_height = 1;
- zbyte h_font_width = 1;
+ zbyte h_font_height;
+ zbyte h_font_width;
zword h_functions_offset;
zword h_strings_offset;
zbyte h_default_background;
@@ -267,6 +267,7 @@ public:
* Constructor
*/
Mem();
+ virtual ~Mem() {}
/**
* Initialize