aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/adrift.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/adrift.cpp')
-rw-r--r--engines/glk/adrift/adrift.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/adrift/adrift.cpp b/engines/glk/adrift/adrift.cpp
index 8ae56df56d..9ba4e1c230 100644
--- a/engines/glk/adrift/adrift.cpp
+++ b/engines/glk/adrift/adrift.cpp
@@ -33,8 +33,8 @@ Adrift::Adrift(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst,
}
void Adrift::runGame() {
- if (winglk_startup_code(&_gameFile))
- glk_main();
+ if (adrift_startup_code(&_gameFile))
+ adrift_main();
}
Common::Error Adrift::readSaveData(Common::SeekableReadStream *rs) {