From a4229c93989843c17fcdef4363cdd9302f828725 Mon Sep 17 00:00:00 2001 From: Peter Kohaut Date: Mon, 29 Jan 2018 20:32:28 +0100 Subject: 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 --- engines/bladerunner/detection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/bladerunner/detection.cpp') 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; -- cgit v1.2.3