aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorThierry Crozat2011-05-15 15:50:09 +0100
committerThierry Crozat2011-05-16 00:11:32 +0100
commit3c59e37035742ce843f3e12039b5169e4bdd0168 (patch)
treec1b72fa4d4c814c8660978e4fa18d6e6a2a6d335 /engines/scumm/detection.cpp
parentecf23e1dc95d18f831edfa4afa06dcf7ca515eb9 (diff)
downloadscummvm-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 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index ec85f52ace..bba26961c7 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -1156,7 +1156,7 @@ Common::Error ScummMetaEngine::createInstance(OSystem *syst, Engine **engine) co
}
const char *ScummMetaEngine::getName() const {
- return "SCUMM Engine ["
+ return "SCUMM ["
#if defined(ENABLE_SCUMM_7_8) && defined(ENABLE_HE)
"all games"