diff options
author | Eugene Sandulenko | 2004-05-31 15:07:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-05-31 15:07:10 +0000 |
commit | 4c8c01fa41ed04609310eebf259d277d9c153c85 (patch) | |
tree | 6594e326ac91e81720f7577a4b14b028f86ce84f | |
parent | 28e63617e10586511179a3d1bceff5b36e97bf4b (diff) | |
download | scummvm-rg350-4c8c01fa41ed04609310eebf259d277d9c153c85.tar.gz scummvm-rg350-4c8c01fa41ed04609310eebf259d277d9c153c85.tar.bz2 scummvm-rg350-4c8c01fa41ed04609310eebf259d277d9c153c85.zip |
Forgot to commit
svn-id: r13913
-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) { |