CHAMBER: Migrate engine to Path

This commit is contained in:
Le Philousophe 2023-09-17 18:23:41 +02:00 committed by Eugene Sandulenko
parent e90ae68c58
commit 430d0dedd2

View File

@ -42,7 +42,7 @@ ChamberEngine::ChamberEngine(OSystem *syst, const ADGameDescription *desc)
g_vm = this;
_gameDescription = desc;
const Common::FSNode gameDataDir(ConfMan.get("path"));
const Common::FSNode gameDataDir(ConfMan.getPath("path"));
// Don't forget to register your random source
_rnd = new Common::RandomSource("chamber");