From be859276d23332931af953f612c191c6a72c5971 Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 12 Aug 2014 17:33:36 +0200 Subject: CGE2: Fix fallback detection. --- engines/cge2/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index c032e2348f..f6664f702b 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -120,7 +120,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles, continue; desc.gameid = "sfinx"; - desc.extra = "Sfinx English Alpha v0.1"; + desc.extra = "Translation Alpha v0.1"; desc.language = Common::EN_ANY; desc.platform = Common::kPlatformDOS; desc.flags = ADGF_NO_FLAGS; -- cgit v1.2.3