aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/detection.cpp')
-rw-r--r--engines/bladerunner/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/detection.cpp b/engines/bladerunner/detection.cpp
index 1e40f3d363..f2c691a346 100644
--- a/engines/bladerunner/detection.cpp
+++ b/engines/bladerunner/detection.cpp
@@ -54,7 +54,7 @@ public:
bool BladeRunnerMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const
{
- *engine = new BladeRunner::BladeRunnerEngine(syst);
+ *engine = new BladeRunner::BladeRunnerEngine(syst, desc);
return true;
}