played a bit with the launcher - it now is already somewhat usable <g>
svn-id: r5047
This commit is contained in:
parent
e9e75ffd0a
commit
d921d06d39
8 changed files with 201 additions and 155 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue