aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hugo.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-17 14:46:53 -0800
committerPaul Gilbert2019-11-17 14:46:53 -0800
commit397c9a07555aa0ae044c131a115bd12ab7b78a87 (patch)
treefaea5d50460f32aee8a67aca207d671773fa7cea /engines/glk/hugo/hugo.cpp
parent42191ddbd1b161b4a02edc65ee6b72ddb8d73a61 (diff)
downloadscummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.tar.gz
scummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.tar.bz2
scummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.zip
GLK: HUGO: Cleanup
Diffstat (limited to 'engines/glk/hugo/hugo.cpp')
-rw-r--r--engines/glk/hugo/hugo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/hugo/hugo.cpp b/engines/glk/hugo/hugo.cpp
index 06285a470f..af98c8fbdc 100644
--- a/engines/glk/hugo/hugo.cpp
+++ b/engines/glk/hugo/hugo.cpp
@@ -79,6 +79,8 @@ Hugo::Hugo(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gam
active_screen(0), step_nest(0), history_last(0)
#endif
{
+ strcpy(gamefile, "");
+
// heexpr
Common::fill(&eval[0], &eval[MAX_EVAL_ELEMENTS], 0);
Common::fill(&var[0], &var[MAXLOCALS + MAXGLOBALS], 0);