From 93a9b0cc84371ceeea6e2616b1c1440eb1d0ef3d Mon Sep 17 00:00:00 2001 From: Inuyasha Date: Wed, 4 May 2016 05:43:05 -0700 Subject: [PATCH] update patch stuff again. please don't make me do this again. --- .travis.yml | 4 ++-- src/config.h.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fd65786f..9878e6ca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ addons: before_script: - mkdir -p $HOME/srb2_cache - - wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets.7z -O $HOME/srb2_cache/SRB2-v2115-assets.7z - - 7z x $HOME/srb2_cache/SRB2-v2115-assets.7z -oassets + - wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z + - 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets - mkdir build - cd build - cmake .. diff --git a/src/config.h.in b/src/config.h.in index f95a0e975..5f06ec45d 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -36,7 +36,7 @@ #define ASSET_HASH_PLAYER_DTA "cfca0f1c73023cbbd8f844f45480f799" #define ASSET_HASH_RINGS_DTA "85901ad4bf94637e5753d2ac2c03ea26" #ifdef USE_PATCH_DTA -#define ASSET_HASH_PATCH_DTA "6db9bd55c2f9b04123740ad71ea6b841" +#define ASSET_HASH_PATCH_DTA "dbbf8bc6121618ee3be2d5b14650429b" #endif #endif