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").
This commit is contained in:
parent
ecf23e1dc9
commit
3c59e37035
28 changed files with 43 additions and 43 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue