From be1a9e3f5dc73de04f1ba8f3608059627b62337a Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Mon, 24 Jun 2024 14:52:51 +0200
Subject: [PATCH] Update asset hashes for 2.2.14

---
 src/config.h.in | 5 +++--
 src/doomdef.h   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/config.h.in b/src/config.h.in
index 6d49a69893..1148cab2c8 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -40,9 +40,10 @@
  * Last updated 2023 / 05 / 02 - v2.2.11 - patch.pk3 & zones.pk3
  * Last updated 2023 / 09 / 06 - v2.2.12 - patch.pk3
  * Last updated 2023 / 09 / 09 - v2.2.13 - none
+ * Last updated 2024 / 06 / 24 - v2.2.14 - main assets
  */
-#define ASSET_HASH_SRB2_PK3   "ad911f29a28a18968ee5b2d11c2acb39"
-#define ASSET_HASH_ZONES_PK3  "1c8adf8d079ecb87d00081f158acf3c7"
+#define ASSET_HASH_SRB2_PK3   "9b8cf9510c56d442616086ca65ff93a7"
+#define ASSET_HASH_ZONES_PK3  "b7db0245434ca3ad61935ee36403e966"
 #define ASSET_HASH_PLAYER_DTA "2e7aaae8a6b1b77d90ffe7606ceadb6c"
 #ifdef USE_PATCH_DTA
 #define ASSET_HASH_PATCH_PK3  "3c7b73f34af7e9a7bceb2d5260f76172"
diff --git a/src/doomdef.h b/src/doomdef.h
index 1b0e76314b..aeae908da2 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -168,7 +168,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
-- 
GitLab