From 88444ddc889e4faee110b637961824fcb8abc448 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Nov 2019 22:30:58 -0800 Subject: GLK: AGT: Initialization fixes --- engines/glk/agt/agt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/glk/agt/agt.h') diff --git a/engines/glk/agt/agt.h b/engines/glk/agt/agt.h index 1d4ed00154..1f23b2bbff 100644 --- a/engines/glk/agt/agt.h +++ b/engines/glk/agt/agt.h @@ -36,6 +36,9 @@ namespace AGT { * AGT Adams game interpreter */ class AGT : public GlkAPI { +public: + const char *gagt_gamefile = NULL; /* Name of game file. */ + const char *gagt_game_message = NULL; /* Error message. */ public: /** * Constructor -- cgit v1.2.3