Fix Thwomps causing I_Error in tclasses
This commit is contained in:
parent
91ec80d9ed
commit
6127729ca6
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue