mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +00:00
Merge branch 'fixthwompunarchival' into 'master'
Fix Thwomp initDelay never being read by unarchival See merge request KartKrew/RingRacers!116
This commit is contained in:
commit
4dc3bc4cdc
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