diff options
author | Johannes Schickel | 2014-08-12 17:41:29 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-12 17:41:29 +0200 |
commit | 007548f31480f5d6ee853ee40bcc4156ed6c0a2d (patch) | |
tree | fbe077baae5466b5f9e45ca4ca5a0ffc3fb7a8dc /engines/cge | |
parent | be859276d23332931af953f612c191c6a72c5971 (diff) | |
download | scummvm-rg350-007548f31480f5d6ee853ee40bcc4156ed6c0a2d.tar.gz scummvm-rg350-007548f31480f5d6ee853ee40bcc4156ed6c0a2d.tar.bz2 scummvm-rg350-007548f31480f5d6ee853ee40bcc4156ed6c0a2d.zip |
CGE: Get rid of superflous game name in extra field.
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/detection.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 60558f147e..022ff4df95 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -57,7 +57,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, { - "soltys", "Soltys Freeware", + "soltys", "Freeware", { {"vol.cat", 0, "0c33e2c304821a2444d297fc5e2d67c6", 50176}, {"vol.dat", 0, "f9ae2e7f8f7cac91378cdafca43faf1e", 8437676}, @@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, { - "soltys", "Soltys Demo (not supported)", + "soltys", "Demo (not supported)", { {"vol.cat", 0, "1e077c8ff58109a187f07ac54b0c873a", 18788}, {"vol.dat", 0, "75d385a6074c58b69f7730481f256051", 1796710}, @@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, { - "soltys", "Soltys Demo (not supported)", + "soltys", "Demo (not supported)", { {"vol.cat", 0, "f17987487fab1ebddd781d8d02fedecc", 7168}, {"vol.dat", 0, "c5d9b15863cab61dc125551576dece04", 1075272}, @@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformDOS, ADGF_DEMO , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, { - "soltys", "Soltys Freeware v1.0", + "soltys", "Freeware v1.0", { {"vol.cat", 0, "f1675684c68ab90272f5776f8f2c3974", 50176}, {"vol.dat", 0, "4ffeff4abc99ac5999b55ccfc56ab1df", 8430868}, @@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, { - "soltys", "Soltys Freeware v1.0", + "soltys", "Freeware v1.0", { {"vol.cat", 0, "20fdce799adb618100ef9ee2362be875", 50176}, {"vol.dat", 0, "0e43331c846094d77f5dd201827e0a3b", 8439339}, @@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, { - "soltys", "Soltys Freeware v1.0", + "soltys", "Freeware v1.0", { {"vol.cat", 0, "fcae86b20eaa5cedec17b24fa5e85eb4", 50176}, {"vol.dat", 0, "ff10d54acc2c95696c57e05819b6906f", 8450151}, |