aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/dc/dcmain.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 83544ae7c6..4b03ec1551 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -24,7 +24,6 @@
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <base/engine.h>
-#include <base/game.h>
#include <base/main.h>
#include <base/plugins.h>
#include "dc.h"
@@ -224,7 +223,7 @@ int DCLauncherDialog::runModal()
ConfMan.set("path", dir, base);
// Set the target.
- Base::setTarget(base);
+ ConfMan.setActiveDomain(base);
return 0;
}