aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/prince.cpp')
-rw-r--r--engines/prince/prince.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp
index bdb05bfeda..685c397edb 100644
--- a/engines/prince/prince.cpp
+++ b/engines/prince/prince.cpp
@@ -138,8 +138,10 @@ void PrinceEngine::init() {
if (!sound->open("sound/databank.ptc"))
error("Can't open sound/databank.ptc");
+ SearchMan.addSubDirectoryMatching(gameDataDir, "all");
+
SearchMan.add("all", all);
- SearchMan.add("data/voices", voices);
+ SearchMan.add("voices", voices);
SearchMan.add("sound", sound);
_graph = new GraphicsMan(this);