diff options
author | uruk | 2014-08-12 17:33:36 +0200 |
---|---|---|
committer | uruk | 2014-08-12 17:33:36 +0200 |
commit | be859276d23332931af953f612c191c6a72c5971 (patch) | |
tree | 1a3c106efb5f31e955a964c21d93c82fdc072070 | |
parent | 2f6b686c2ed603d92aff9e0418984861b5181040 (diff) | |
download | scummvm-rg350-be859276d23332931af953f612c191c6a72c5971.tar.gz scummvm-rg350-be859276d23332931af953f612c191c6a72c5971.tar.bz2 scummvm-rg350-be859276d23332931af953f612c191c6a72c5971.zip |
CGE2: Fix fallback detection.
-rw-r--r-- | engines/cge2/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |