Forgot to commit

svn-id: r13913
This commit is contained in:
Eugene Sandulenko 2004-05-31 15:07:10 +00:00
parent 28e63617e1
commit 4c8c01fa41
2 changed files with 2 additions and 1 deletions

View file

@ -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$
*
*/

View file

@ -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) {