Update hash and disable nofilehash
This commit is contained in:
parent
2c5c65062c
commit
e5f8c4c990
2 changed files with 3 additions and 3 deletions
|
|
@ -86,8 +86,8 @@
|
||||||
#define ASSET_HASH_TEXTURES_KART 0xb4211b2f32b6a291
|
#define ASSET_HASH_TEXTURES_KART 0xb4211b2f32b6a291
|
||||||
#define ASSET_HASH_CHARS_KART 0x1e68a3e01aa5c68b
|
#define ASSET_HASH_CHARS_KART 0x1e68a3e01aa5c68b
|
||||||
#define ASSET_HASH_MAPS_KART 0x38558ed00da41ce9
|
#define ASSET_HASH_MAPS_KART 0x38558ed00da41ce9
|
||||||
#define ASSET_HASH_MAIN_PK3 0x05c46bf314da03bb
|
#define ASSET_HASH_MAIN_PK3 0xc71788f74f5972ad
|
||||||
#define ASSET_HASH_MAPPATCH_PK3 0x36ef622b54d98871
|
#define ASSET_HASH_MAPPATCH_PK3 0xac5a4a1a51f9ec01
|
||||||
#define ASSET_HASH_BONUSCHARS_KART 0x60e6f13d822a7461
|
#define ASSET_HASH_BONUSCHARS_KART 0x60e6f13d822a7461
|
||||||
#ifdef USE_PATCH_FILE
|
#ifdef USE_PATCH_FILE
|
||||||
#define ASSET_HASH_PATCH_PK3 0x0000000000000000
|
#define ASSET_HASH_PATCH_PK3 0x0000000000000000
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ extern "C" {
|
||||||
|
|
||||||
// Special Hashing.
|
// Special Hashing.
|
||||||
//#define NOMD5
|
//#define NOMD5
|
||||||
#define NOFILEHASH
|
//#define NOFILEHASH
|
||||||
|
|
||||||
// Uncheck this to compile debugging code
|
// Uncheck this to compile debugging code
|
||||||
//#define RANGECHECK
|
//#define RANGECHECK
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue