Merge branch 'fixthwompunarchival' into 'master'

Fix Thwomp initDelay never being read by unarchival

See merge request KartKrew/RingRacers!116
This commit is contained in:
Eidolon 2025-08-18 21:13:26 +00:00
commit 4dc3bc4cdc

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)
{