diff options
| author | athrxx | 2011-05-16 18:05:00 +0200 |
|---|---|---|
| committer | athrxx | 2011-05-16 18:05:00 +0200 |
| commit | 01c527749295c838b2079f9c95fbab7fb18edc56 (patch) | |
| tree | a125bc44838f5bf83f309dfd9abe69a91cb1112a /engines/scumm | |
| parent | 5fd257d3cccdb2800493237665eb1106f44fabab (diff) | |
| parent | 88319a727a5adc4888ec17e5ee091e14ce176afd (diff) | |
| download | scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.tar.gz scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.tar.bz2 scummvm-rg350-01c527749295c838b2079f9c95fbab7fb18edc56.zip | |
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'engines/scumm')
| -rw-r--r-- | engines/scumm/detection.cpp | 2 |
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" |
