diff options
| author | Eugene Sandulenko | 2016-01-30 23:23:43 +0100 |
|---|---|---|
| committer | Eugene Sandulenko | 2016-02-14 17:12:55 +0100 |
| commit | b44ba1b9015ba09bf3e4f9acc0c0cc523373d878 (patch) | |
| tree | 6b3b3b0ad84e43e1cbf762bbd0fba30d86821d24 | |
| parent | 07d176cace54afbdfbf100a67cbff261e5a0cb2f (diff) | |
| download | scummvm-rg350-b44ba1b9015ba09bf3e4f9acc0c0cc523373d878.tar.gz scummvm-rg350-b44ba1b9015ba09bf3e4f9acc0c0cc523373d878.tar.bz2 scummvm-rg350-b44ba1b9015ba09bf3e4f9acc0c0cc523373d878.zip | |
WAGE: Use extra as game name for generic games
| -rw-r--r-- | engines/wage/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 22ca7bce7d..2a9bef2b8f 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -82,7 +82,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840), Common::EN_ANY, Common::kPlatformMacintosh, - ADGF_NO_FLAGS, + ADGF_USEEXTRAASTITLE, GUIO0() }, { @@ -91,7 +91,7 @@ static const ADGameDescription gameDescriptions[] = { AD_ENTRY1s("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776), Common::EN_ANY, Common::kPlatformMacintosh, - ADGF_NO_FLAGS, + ADGF_USEEXTRAASTITLE, GUIO0() }, { |
