GNAP: Add detection for the russian version

This commit is contained in:
Strangerke 2016-04-25 07:10:04 +02:00 committed by Eugene Sandulenko
parent 441565db4d
commit 9503f9bdc8

View file

@ -45,6 +45,14 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
{
"gnap", "",
{
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
AD_LISTEND
},
Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
AD_TABLE_END_MARKER
};