From 869bf3bd9d9d3081fe91c35f5f6eac2a29fc5367 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 17 Apr 2025 03:14:33 -0400 Subject: [PATCH] Update the hashbrowns --- src/d_main.cpp | 2 +- src/doomdef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index fccefcad9..ca56d2ab2 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -81,7 +81,7 @@ #include // Put hashes here to get them out of header hell. -#define ASSET_HASH_MAIN_PK3 "36e9492b3d00143d25fa1d0950febb99" +#define ASSET_HASH_MAIN_PK3 "88203c9fa8e85e61913af275450adfdf" #define ASSET_HASH_SRB2_SRB "c1b9577687f8a795104aef4600720ea7" #define ASSET_HASH_GFX_KART "06f86ee16136eb8a7043b15001797034" #define ASSET_HASH_TEXTURES_KART "abb53d56aba47c3a8cb0f764da1c8b80" diff --git a/src/doomdef.h b/src/doomdef.h index 92dcc9986..06d1cc9d5 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -101,7 +101,7 @@ extern "C" { #endif -#define NOMD5 +//#define NOMD5 // Uncheck this to compile debugging code //#define RANGECHECK