mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
WAGE: Put less significant games to generic target
This commit is contained in:
@@ -41,10 +41,8 @@ static const PlainGameDescriptor wageGames[] = {
|
||||
{"afm", "Another Fine Mess"},
|
||||
{"amot", "A Mess O' Trouble"},
|
||||
{"cantitoe", "Camp Cantitoe"},
|
||||
{"escapefromschool", "Escape from School!"},
|
||||
{"queenquest", "Queen Quest"},
|
||||
{"scepters", "Enchanced Scepters"},
|
||||
{"wage", "World Adventure Game Engine game"},
|
||||
{"wage", "WAGE"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
@@ -79,8 +77,8 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"escapefromschool",
|
||||
"",
|
||||
"wage",
|
||||
"Escape from School!",
|
||||
AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
@@ -88,8 +86,8 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"queenquest",
|
||||
"",
|
||||
"wage",
|
||||
"Queen Quest",
|
||||
AD_ENTRY1s("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
|
||||
Reference in New Issue
Block a user