From c319e972467beb3b824af01bc707ea225c38572e Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Thu, 4 May 2006 21:44:36 +0000 Subject: Put "path" config in game specific domain. Fixes bug #1475049. svn-id: r22343 --- backends/dc/dcmain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index 43962487ed..1d82deb46d 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -219,8 +219,9 @@ int DCLauncherDialog::runModal() exit(0); // Set the game path. + ConfMan.addGameDomain(base); if(dir != NULL) - ConfMan.set("path", dir, Common::ConfigManager::kTransientDomain); + ConfMan.set("path", dir, base); // Set the target. _detector.setTarget(base); -- cgit v1.2.3