ILLUSIONS: Add support for German version.
This commit is contained in:
parent
a5319cbce6
commit
2846311402
1 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,19 @@ static const IllusionsGameDescription gameDescriptions[] = {
|
||||||
kGameIdDuckman
|
kGameIdDuckman
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"duckman",
|
||||||
|
0,
|
||||||
|
AD_ENTRY1s("duckman.gam", "64d16922ffb46b746fc2c12a14d75bcc", 29779968),
|
||||||
|
Common::DE_DEU,
|
||||||
|
Common::kPlatformWindows,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
GUIO0()
|
||||||
|
},
|
||||||
|
kGameIdDuckman
|
||||||
|
},
|
||||||
|
|
||||||
{AD_TABLE_END_MARKER, 0}
|
{AD_TABLE_END_MARKER, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue