diff options
author | Max Horn | 2006-04-01 21:30:06 +0000 |
---|---|---|
committer | Max Horn | 2006-04-01 21:30:06 +0000 |
commit | 49d63590ab3878486ebb91bd201b4e5a0edc6431 (patch) | |
tree | 64f260001296ae02dc93fc9ed4476029e805cccc /engines | |
parent | e390639dd8f6fcf85e36ede9897d56a21ee22078 (diff) | |
download | scummvm-rg350-49d63590ab3878486ebb91bd201b4e5a0edc6431.tar.gz scummvm-rg350-49d63590ab3878486ebb91bd201b4e5a0edc6431.tar.bz2 scummvm-rg350-49d63590ab3878486ebb91bd201b4e5a0edc6431.zip |
Removing superfluous addDefaultDirectory call
svn-id: r21531
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/saga.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp index 208893b20e..f0d4184f64 100644 --- a/engines/saga/saga.cpp +++ b/engines/saga/saga.cpp @@ -104,9 +104,6 @@ SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst) // the CD. The rest of the data files are in game/itedata Common::File::addDefaultDirectory(_gameDataPath + "game/itedata/"); - // Linux demo - Common::File::addDefaultDirectory(_gameDataPath + "itedata/"); - // Mac CD Wyrmkeep Common::File::addDefaultDirectory(_gameDataPath + "patch/"); |