mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Removing superfluous addDefaultDirectory call
svn-id: r21531
This commit is contained in:
parent
e390639dd8
commit
49d63590ab
@ -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/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user