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:
Michael 2024-05-25 00:50:43 +02:00 committed by Eric Lasota
parent b2cd9f66a0
commit 1d776fbfe0

View File

@ -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);
}