mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
MTROPOLIS: remove video path from SearchMan
With the previous commit, the SearchMan entry is not required anymore. This reverts commit ed71bee3a76420c877b8028a9df535408ee8dd83
This commit is contained in:
parent
b2cd9f66a0
commit
1d776fbfe0
@ -56,7 +56,6 @@ namespace MTropolis {
|
||||
MTropolisEngine::MTropolisEngine(OSystem *syst, const MTropolisGameDescription *gameDesc) : Engine(syst), _gameDescription(gameDesc), _saveWriter(nullptr), _isTriggeredAutosave(false) {
|
||||
const Common::FSNode gameDataDir(ConfMan.getPath("path"));
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "Resource");
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "Video");
|
||||
|
||||
bootAddSearchPaths(gameDataDir, *gameDesc);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user