aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/glk_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/glk_interface.h')
-rw-r--r--engines/glk/advsys/glk_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/advsys/glk_interface.h b/engines/glk/advsys/glk_interface.h
index 9e37207684..ae6b7a3743 100644
--- a/engines/glk/advsys/glk_interface.h
+++ b/engines/glk/advsys/glk_interface.h
@@ -65,7 +65,7 @@ public:
* Constructor
*/
GlkInterface(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gameDesc),
- _saveSlot(-1) {}
+ _window(nullptr), _saveSlot(-1) {}
};
} // End of namespace AdvSys