mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 13:42:49 +00:00
Fix thwomp initdelay never being read by unarchival
This commit is contained in:
parent
294e60bf8d
commit
cf600046e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue