Please just use the macro....

This commit is contained in:
NepDisk 2025-11-16 08:48:59 -05:00
parent 6c6e5aa8ec
commit d078d8874b

View file

@ -2226,7 +2226,6 @@ void *W_CachePatchLongName(const char *name, INT32 tag)
*/
void W_VerifyFileHash(UINT16 wadfilenum, UINT64 matchhash)
{
return;
#if defined(NOVERIFYIWADS) || defined(NOFILEHASH)
(void)wadfilenum;
(void)matchhash;