diff --git a/src/config.h.in b/src/config.h.in index e72970f3..320bdd04 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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