played a bit with the launcher - it now is already somewhat usable <g>

svn-id: r5047
This commit is contained in:
Max Horn 2002-09-30 00:55:47 +00:00
parent e9e75ffd0a
commit d921d06d39
8 changed files with 201 additions and 155 deletions

View file

@ -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;