diff options
| author | Max Horn | 2004-06-25 22:39:21 +0000 |
|---|---|---|
| committer | Max Horn | 2004-06-25 22:39:21 +0000 |
| commit | 6b722ff11bcaa4622cf662245819993316eb8c5d (patch) | |
| tree | 32c18fbb30a80698904e50377b5ce2b83739246d /sword1/sword1.cpp | |
| parent | 7a8d469c666f162570f633ec465798e1e5720eef (diff) | |
| download | scummvm-rg350-6b722ff11bcaa4622cf662245819993316eb8c5d.tar.gz scummvm-rg350-6b722ff11bcaa4622cf662245819993316eb8c5d.tar.bz2 scummvm-rg350-6b722ff11bcaa4622cf662245819993316eb8c5d.zip | |
Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again
svn-id: r14058
Diffstat (limited to 'sword1/sword1.cpp')
| -rw-r--r-- | sword1/sword1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index ac5b8d95f8..8fceede44f 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -161,7 +161,7 @@ void SwordEngine::initialize(void) { _logic->initialize(); _objectMan->initialize(); _mouse->initialize(); - _control = new Control(_resMan, _objectMan, _system, _mouse, _sound, _music, getSavePath()); + _control = new Control(_saveFileMan, _resMan, _objectMan, _system, _mouse, _sound, _music, getSavePath()); } void SwordEngine::reinitialize(void) { |
