diff options
-rw-r--r-- | scumm/script_v6he.cpp | 2 | ||||
-rw-r--r-- | scumm/scumm.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 1076e7d35e..5d58307cbf 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Header + * $Header$ * */ diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index ccd4098de6..7ff079d9cc 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -331,6 +331,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS : Engine(syst), _gameId(gs.id), _version(gs.version), + _heversion(gs.version), _features(gs.features), gdi(this), _pauseDialog(0), _optionsDialog(0), _mainMenuDialog(0), _targetName(detector->_targetName) { |