mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Update hashes
NO MORE FILE EDITING FOR V1!!
This commit is contained in:
parent
f859139353
commit
682599def8
1 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
/* Manually defined asset hashes for non-CMake builds
|
||||
* YYYY MM DD
|
||||
* Last updated 2017 / 02 / 20
|
||||
* Last updated 2018 / 11 / 14
|
||||
*/
|
||||
|
||||
// Base SRB2 hashes
|
||||
|
@ -47,10 +47,10 @@
|
|||
#endif
|
||||
|
||||
// SRB2Kart-specific hashes
|
||||
#define ASSET_HASH_GFX_KART "00000000000000000000000000000000"
|
||||
#define ASSET_HASH_TEXTURES_KART "00000000000000000000000000000000"
|
||||
#define ASSET_HASH_CHARS_KART "00000000000000000000000000000000"
|
||||
#define ASSET_HASH_MAPS_KART "00000000000000000000000000000000"
|
||||
#define ASSET_HASH_GFX_KART "99c39f223d84ebc78e67ab68f3bead95"
|
||||
#define ASSET_HASH_TEXTURES_KART "ec8e9b7535cf585afe72ef277b08f490"
|
||||
#define ASSET_HASH_CHARS_KART "784ee9177b01c8cb26edff43eaf93d87"
|
||||
#define ASSET_HASH_MAPS_KART "68794c6590408d60f07a37b704fdb640"
|
||||
#ifdef USE_PATCH_KART
|
||||
#define ASSET_HASH_PATCH_KART "00000000000000000000000000000000"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue