Removing superfluous addDefaultDirectory call

svn-id: r21531
This commit is contained in:
Max Horn 2006-04-01 21:30:06 +00:00
parent e390639dd8
commit 49d63590ab

View File

@ -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/");