revert assert addition

This commit is contained in:
nhmall
2025-03-05 08:17:09 -05:00
parent 3ef8ae3cc1
commit 90d240cbb8

View File

@@ -2830,7 +2830,7 @@ parse_status_hl2(char (*s)[QBUFSZ], boolean from_configfile)
else
hilite.behavior = BL_TH_NONE;
assert(dt >= 0);
/* assert(dt >= 0); */
hilite.anytype = dt;
if (hilite.behavior == BL_TH_TEXTMATCH && txt) {