aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 55c0e50827..fa396d5ab4 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -333,7 +333,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
: Engine(syst),
_gameId(gs.id),
_version(gs.version),
- _heversion(gs.version),
+ _heversion(gs.heversion),
_features(gs.features),
gdi(this), _pauseDialog(0), _optionsDialog(0), _mainMenuDialog(0),
_targetName(detector->_targetName) {