mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
GRIFFON: Migrate engine to Path
This commit is contained in:
parent
8c49d1442e
commit
43cf69c238
@ -52,7 +52,7 @@
|
||||
namespace Griffon {
|
||||
|
||||
GriffonEngine::GriffonEngine(OSystem *syst) : Engine(syst) {
|
||||
const Common::FSNode gameDataDir(ConfMan.get("path"));
|
||||
const Common::FSNode gameDataDir(ConfMan.getPath("path"));
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "sound");
|
||||
|
||||
_rnd = new Common::RandomSource("griffon");
|
||||
|
Loading…
Reference in New Issue
Block a user