mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
SRB2 2.2.11 prerelease 2, for real this time
This commit is contained in:
parent
488f0fdfab
commit
bb3885b2a4
3 changed files with 5 additions and 4 deletions
|
@ -27,12 +27,13 @@
|
|||
* Last updated 2020 / 10 / 02 - v2.2.8 - patch.pk3
|
||||
* Last updated 2021 / 05 / 06 - v2.2.9 - patch.pk3 & zones.pk3
|
||||
* Last updated 2022 / 03 / 06 - v2.2.10 - main assets
|
||||
* Last updated 2023 / 04 / 12 - v2.2.11 - patch.pk3 & zones.pk3
|
||||
*/
|
||||
#define ASSET_HASH_SRB2_PK3 "ad911f29a28a18968ee5b2d11c2acb39"
|
||||
#define ASSET_HASH_ZONES_PK3 "188a2bfd552196609323fc91ec1cdb22"
|
||||
#define ASSET_HASH_ZONES_PK3 "81a1ba21110a3801f7e3d2a34b203592"
|
||||
#define ASSET_HASH_PLAYER_DTA "2e7aaae8a6b1b77d90ffe7606ceadb6c"
|
||||
#ifdef USE_PATCH_DTA
|
||||
#define ASSET_HASH_PATCH_PK3 "7d467a883f7887b3c311798ee2f56b6a"
|
||||
#define ASSET_HASH_PATCH_PK3 "2e69558bce3b9610624549a75e29e19b"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -152,7 +152,7 @@ extern char logfilename[1024];
|
|||
|
||||
// Does this version require an added patch file?
|
||||
// Comment or uncomment this as necessary.
|
||||
// #define USE_PATCH_DTA
|
||||
#define USE_PATCH_DTA
|
||||
|
||||
// Enforce a limit of loaded WAD files.
|
||||
//#define ENFORCE_WAD_LIMIT
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
#define MODVERSION 52
|
||||
|
||||
// Define this as a prerelease version suffix (pre#, RC#)
|
||||
#define BETAVERSION "pre3"
|
||||
#define BETAVERSION "pre2"
|
||||
|
|
Loading…
Reference in a new issue