From 6cecf9c0c6a6f8c03e94f2300428643b98a0efad Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 15 May 2019 13:56:34 -1000 Subject: GLK: HUGO: Fix initializing object size --- engines/glk/hugo/hugo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/hugo') diff --git a/engines/glk/hugo/hugo.cpp b/engines/glk/hugo/hugo.cpp index 34353082ed..e6283d16d0 100644 --- a/engines/glk/hugo/hugo.cpp +++ b/engines/glk/hugo/hugo.cpp @@ -34,7 +34,7 @@ Hugo::Hugo(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gam // hemedia mchannel(nullptr), schannel(nullptr), // hemisc - game_version(0), object_size(0), game(nullptr), script(nullptr), save(nullptr), + game_version(0), object_size(24), game(nullptr), script(nullptr), save(nullptr), playback(nullptr), record(nullptr), io(nullptr), ioblock('\0'), ioerror('\0'), codestart(0), objtable(0), eventtable(0), proptable(0), arraytable(0), dicttable(0), syntable(0), initaddr(0), mainaddr(0), parseaddr(0), parseerroraddr(0), -- cgit v1.2.3