diff options
-rw-r--r-- | engines/sci/engine/state.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/state.cpp b/engines/sci/engine/state.cpp index e562f8cd4a..32183ddd11 100644 --- a/engines/sci/engine/state.cpp +++ b/engines/sci/engine/state.cpp @@ -451,8 +451,8 @@ SciVersion EngineState::detectLofsType() { if (version >= SCI_VERSION_1_MIDDLE) _lofsType = SCI_VERSION_1_MIDDLE; - - _lofsType = SCI_VERSION_0_EARLY; + else + _lofsType = SCI_VERSION_0_EARLY; } else if (couldBeAbs) { _lofsType = SCI_VERSION_1_MIDDLE; } else { |