diff options
author | Thierry Crozat | 2011-05-15 15:50:09 +0100 |
---|---|---|
committer | Thierry Crozat | 2011-05-16 00:11:32 +0100 |
commit | 3c59e37035742ce843f3e12039b5169e4bdd0168 (patch) | |
tree | c1b72fa4d4c814c8660978e4fa18d6e6a2a6d335 /gui | |
parent | ecf23e1dc95d18f831edfa4afa06dcf7ca515eb9 (diff) | |
download | scummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.tar.gz scummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.tar.bz2 scummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.zip |
ENGINES: Unify engine names
This unifies the engine names in MetaEngine::getName() and the
credits. In particular drop "Engine" or "engine" from the names when
it was present and use expanded names in credits when the
MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
Diffstat (limited to 'gui')
-rw-r--r-- | gui/credits.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gui/credits.h b/gui/credits.h index 7ad480032e..f8e939061d 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -59,7 +59,7 @@ static const char *credits[] = { "C0""Ludvig Strigeus", "C2""(retired)", "", -"C1""BASS", +"C1""Beneath a Steel Sky", "C0""Robert G\366ffringmann", "C2""(retired)", "C0""Oliver Kiehl", @@ -101,7 +101,7 @@ static const char *credits[] = { "C0""Vincent Hamm", "C2""(retired)", "", -"C1""Draci", +"C1""Draci Historie", "C0""Denis Kasak", "C0""Robert Spalek", "", @@ -109,7 +109,7 @@ static const char *credits[] = { "C0""Filippos Karapetis", "C0""Pawel Kolodziejski", "", -"C1""FOTAQ", +"C1""Flight of the Amazon Queen", "C0""David Eriksson", "C2""(retired)", "C0""Gregory Montoir", @@ -131,7 +131,7 @@ static const char *credits[] = { "C0""Oystein Eftevaag", "C0""Eugene Sandulenko", "", -"C1""Kyra", +"C1""Legend of Kyrandia", "C0""Torbj\366rn Andersson", "C2""VQA Player", "C0""Oystein Eftevaag", @@ -144,7 +144,7 @@ static const char *credits[] = { "C0""Jordi Vilalta Prat", "C0""Julien Templier", "", -"C1""Lure", +"C1""Lure of the Temptress", "C0""Paul Gilbert", "", "C1""M4", @@ -185,7 +185,7 @@ static const char *credits[] = { "C0""Jordi Vilalta Prat", "C0""Lars Skovlund", "", -"C1""TeenAgent", +"C1""Teen Agent", "C0""Robert Megone", "C2""Help with callback rewriting", "C0""Vladimir Menshakov", |