Fix thwomp initdelay never being read by unarchival

This commit is contained in:
Nep2Disk 2025-05-26 15:49:28 +00:00
parent 294e60bf8d
commit cf600046e2

View file

@ -4912,6 +4912,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)
{