Fix Thwomps causing I_Error in tclasses

This commit is contained in:
NepDisk 2025-05-26 11:47:46 -04:00
parent 91ec80d9ed
commit 6127729ca6

View file

@ -3966,6 +3966,7 @@ static thinker_t* LoadThwompThinker(savebuffer_t *save, actionf_p1 thinker)
ht->delay = READINT32(save->p);
ht->tag = READINT16(save->p);
ht->sound = READUINT16(save->p);
ht->initDelay = READINT32(save->p);
if (ht->sector)
{