mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
parent
c02bc0f1b8
commit
a71b8a97b4
@ -56,7 +56,7 @@ namespace fastfiles
|
||||
return;
|
||||
}
|
||||
|
||||
game::XZoneInfo info;
|
||||
game::XZoneInfo info{};
|
||||
info.name = params.get(1);
|
||||
info.allocFlags = 1;
|
||||
info.freeFlags = 0;
|
||||
|
@ -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"},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user