aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/advsys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/advsys.cpp')
-rw-r--r--engines/glk/advsys/advsys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/advsys/advsys.cpp b/engines/glk/advsys/advsys.cpp
index 5664bc8bc0..5d0f20b1bb 100644
--- a/engines/glk/advsys/advsys.cpp
+++ b/engines/glk/advsys/advsys.cpp
@@ -45,7 +45,7 @@ bool AdvSys::initialize() {
return false;
// Load the game's header
- if (!load(_gameFile))
+ if (!Game::init(_gameFile))
return false;
return true;