Hide mobj_t warning from demo archival

This commit is contained in:
NepDisk 2025-08-20 17:40:27 -04:00
parent cd68c55a18
commit fae4c7c084

View file

@ -1667,7 +1667,7 @@ static UINT8 UnArchiveValue(UINT8 **p, int TABLESINDEX, boolean compat)
if (compat)
{
// Skip this data, we can't read a mobj here, it'd point to garbage and crash the game.
CONS_Alert(CONS_WARNING, "Couldn't read mobj_t\n");
//CONS_Alert(CONS_WARNING, "Couldn't read mobj_t\n");
*p += sizeof(UINT32);
lua_pushnil(gL);
}