aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorMax Horn2002-09-30 00:55:47 +0000
committerMax Horn2002-09-30 00:55:47 +0000
commitd921d06d3965d2ee5ad072503d72d52564947b21 (patch)
treeb99d57405d1022f93eedde934175acd9c8954774 /scumm/scummvm.cpp
parente9e75ffd0a8ac86c36a13057bfee1719dd8b76f5 (diff)
downloadscummvm-rg350-d921d06d3965d2ee5ad072503d72d52564947b21.tar.gz
scummvm-rg350-d921d06d3965d2ee5ad072503d72d52564947b21.tar.bz2
scummvm-rg350-d921d06d3965d2ee5ad072503d72d52564947b21.zip
played a bit with the launcher - it now is already somewhat usable <g>
svn-id: r5047
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index c6a44a9fdf..c406520c09 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -81,7 +81,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
_debugMode = detector->_debugMode;
_bootParam = detector->_bootParam;
- _exe_name = detector->_exe_name;
+ _exe_name = detector->_gameFileName.c_str();
_gameId = detector->_gameId;
_gameText = detector->_gameText;
_features = detector->_features;