From 6201ddf63ee1da8e5278ad20a0c9c2f0c59e814a Mon Sep 17 00:00:00 2001 From: Peter Bozsó Date: Sat, 6 Sep 2014 22:26:39 +0200 Subject: CGE2: Update English autodetection. --- engines/cge2/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index bef640658b..605a3fe377 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -131,7 +131,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles, continue; desc.gameid = "sfinx"; - desc.extra = "Translation Alpha v0.2"; + desc.extra = "Translation Alpha v0.3"; desc.language = Common::EN_ANY; desc.platform = Common::kPlatformDOS; desc.flags = ADGF_NO_FLAGS; -- cgit v1.2.3