Remove patch_common check

This should fix #39
This commit is contained in:
Maurice Heumann 2021-03-21 11:25:17 +01:00
parent c02bc0f1b8
commit a71b8a97b4
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ namespace fastfiles
return;
}
game::XZoneInfo info;
game::XZoneInfo info{};
info.name = params.get(1);
info.allocFlags = 1;
info.freeFlags = 0;

View File

@ -56,7 +56,8 @@ namespace system_check
static std::unordered_map<std::string, std::string> sp_zone_hashes =
{
{"patch_common.ff", "4624A974C6C7F8BECD9C343E7951722D8378889AC08ED4F2B22459B171EC553C"},
// Steam doesn't necessarily deliver this file :(
//{"patch_common.ff", "4624A974C6C7F8BECD9C343E7951722D8378889AC08ED4F2B22459B171EC553C"},
{"patch_common_zm_mp.ff", "DA16B546B7233BBC4F48E1E9084B49218CB9271904EA7120A0EB4CB8723C19CF"},
};