diff options
Diffstat (limited to 'engines/sci/engine/game.cpp')
-rw-r--r-- | engines/sci/engine/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/game.cpp b/engines/sci/engine/game.cpp index 6f36e40440..d7fd5c99d9 100644 --- a/engines/sci/engine/game.cpp +++ b/engines/sci/engine/game.cpp @@ -226,7 +226,7 @@ int script_init_engine(EngineState *s) { s->bp_list = NULL; // No breakpoints defined s->have_bp = 0; - if (((SciEngine*)g_engine)->getKernel()->hasLofsAbsolute()) + if (s->detectLofsType() == SCI_VERSION_1_MIDDLE) s->segmentManager->setExportWidth(1); else s->segmentManager->setExportWidth(0); |