update to use 2.1.15 assets

This commit is contained in:
Inuyasha 2016-05-03 06:02:52 -07:00
parent 782f6e9330
commit 8adacf7c32
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ addons:
before_script:
- mkdir -p $HOME/srb2_cache
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2114-assets.7z -O $HOME/srb2_cache/SRB2-v2114-assets.7z
- 7z x $HOME/srb2_cache/SRB2-v2114-assets.7z -oassets
- 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
- mkdir build
- cd build
- cmake ..

View File

@ -29,14 +29,14 @@
#else
/* Manually defined asset hashes for non-CMake builds
* Last updated 2000 / 00 / 00
* Last updated 2015 / 05 / 03
*/
#define ASSET_HASH_SRB2_SRB "c1b9577687f8a795104aef4600720ea7"
#define ASSET_HASH_ZONES_DTA "303838c6c534d9540288360fa49cca60"
#define ASSET_HASH_PLAYER_DTA "cfca0f1c73023cbbd8f844f45480f799"
#define ASSET_HASH_RINGS_DTA "85901ad4bf94637e5753d2ac2c03ea26"
#ifdef USE_PATCH_DTA
#define ASSET_HASH_PATCH_DTA "0c66790502e648bfce90fdc5bb15722e"
#define ASSET_HASH_PATCH_DTA "6db9bd55c2f9b04123740ad71ea6b841"
#endif
#endif