From 90b56b7386817e1d016e2e7bd3c5ffcbe039be1f Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Sat, 30 Jun 2018 18:09:39 +0100 Subject: [PATCH] Don't re-enable MD5 checks yet, we're not even near RC phase yet --- src/d_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/d_main.c b/src/d_main.c index b43efa109..c24e84b02 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1120,11 +1120,11 @@ void D_SRB2Main(void) #ifndef DEVELOP // md5s last updated 12/14/14 // Check MD5s of autoloaded files - W_VerifyFileMD5(0, ASSET_HASH_SRB2_PK3); // srb2.pk3 - W_VerifyFileMD5(1, ASSET_HASH_ZONES_DTA); // zones.dta - W_VerifyFileMD5(2, ASSET_HASH_PLAYER_DTA); // player.dta + //W_VerifyFileMD5(0, ASSET_HASH_SRB2_PK3); // srb2.pk3 + //W_VerifyFileMD5(1, ASSET_HASH_ZONES_DTA); // zones.dta + //W_VerifyFileMD5(2, ASSET_HASH_PLAYER_DTA); // player.dta #ifdef USE_PATCH_DTA - W_VerifyFileMD5(3, ASSET_HASH_PATCH_PK3); // patch.pk3 + //W_VerifyFileMD5(3, ASSET_HASH_PATCH_PK3); // patch.pk3 #endif // don't check music.dta because people like to modify it, and it doesn't matter if they do