aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2018-01-29 20:32:28 +0100
committerPeter Kohaut2018-01-29 20:42:35 +0100
commita4229c93989843c17fcdef4363cdd9302f828725 (patch)
tree2a01e2ff6da1e18743ad68a99397a6505943b023 /engines/bladerunner/detection.cpp
parent0c930b06ed7030686c7774f18126b3d37a678d60 (diff)
downloadscummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.tar.gz
scummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.tar.bz2
scummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.zip
BLADERUNNER: Completed KIA interface
Added Diagnostic section - small button above main buttons Added Pogo section - easter egg - write "pogo" while KIA is open Code formatting again
Diffstat (limited to 'engines/bladerunner/detection.cpp')
-rw-r--r--engines/bladerunner/detection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/bladerunner/detection.cpp b/engines/bladerunner/detection.cpp
index f2c691a346..934eea7759 100644
--- a/engines/bladerunner/detection.cpp
+++ b/engines/bladerunner/detection.cpp
@@ -52,8 +52,7 @@ public:
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;
};
-bool BladeRunnerMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const
-{
+bool BladeRunnerMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const {
*engine = new BladeRunner::BladeRunnerEngine(syst, desc);
return true;